Skip to content

Commit

Permalink
fix: added release_num & pr_num to global.env as experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Jan 21, 2025
1 parent d394f24 commit 51ef293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
--set-string global.zone='dev' \
--set-string global.vault.role='nonprod' \
--set-string global.vault.zone='dev' \
--set-string global.pr_num='${{ inputs.tag }}' \
--set-json dops.containers[0].resources='{"limits": {"cpu": "1000m", "memory": "2000Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json frontend.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json scheduler.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
with:
tag: ${{ needs.vars.outputs.pr }}
params: |
--set-string global.pr_num='${{ inputs.tag }}' \
--set-string global.release_num='${{ inputs.tag }}' \
--set-string global.env.pr_num='${{ inputs.tag }}' \
--set-string global.env.release_num='${{ inputs.tag }}' \

0 comments on commit 51ef293

Please sign in to comment.