feat: per-environment approval gates for release pipeline#1523
Merged
andersondario-er merged 2 commits intodevelopfrom Apr 3, 2026
Merged
feat: per-environment approval gates for release pipeline#1523andersondario-er merged 2 commits intodevelopfrom
andersondario-er merged 2 commits intodevelopfrom
Conversation
Replace single production-approval gate with parallel per-environment approval jobs (production-me, production-us). Each env gets its own approval with 72h timeout. Only one release pipeline active at a time via concurrency group change. DASOPS-1958
Consolidates das-web-react#1522 (deploy-prod-us + sync-prod-us) with per-environment approval gates. deploy-prod-us now depends on approve-prod-us instead of the old single production-approval gate.
jeslefcourt
pushed a commit
that referenced
this pull request
Apr 9, 2026
* feat: per-environment approval gates for release pipeline Replace single production-approval gate with parallel per-environment approval jobs (production-me, production-us). Each env gets its own approval with 72h timeout. Only one release pipeline active at a time via concurrency group change. DASOPS-1958 * feat: add deploy-prod-us with per-env approval gate Consolidates das-web-react#1522 (deploy-prod-us + sync-prod-us) with per-environment approval gates. deploy-prod-us now depends on approve-prod-us instead of the old single production-approval gate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace single
production-approvalgate with parallel per-environment approval gates. Adddeploy-prod-us+sync-prod-usvia ArgoCD. Consolidates das-web-react#1522.Changes
approve-prod-me(environment:production-me) gatesdeploy-prod-me→sync-prod-meapprove-prod-us(environment:production-us) gates newdeploy-prod-us→sync-prod-us${{ github.workflow }}(not per-branch) — only 1 release pipeline active at a timeDeployment chain
Jira
DASOPS-1958