-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): add temporary pipeline for v3 #5026
chore(ci): add temporary pipeline for v3 #5026
Conversation
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that we have removed SAR from the pipeline for the time being because it needs more attention.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved but hard to verify without diffing from v2's release actions
Issue number: #4826
Summary
Changes
After having developed and tested the v3 pipeline changes in a fork and personal AWS Account, we want to test the changes by running the pipeline against the BETA stage and without risking deploying to PROD.
Current state of the pipeline
The current version of the workflow has the following steps:
Proposed temporary state of the pipeline
To remove the risk of mistakes and inadvertently publish to the PROD stage, we are proposing to remove/comment out all the steps in the workflow that target any PROD stage, and leave only the ones for the BETA stage.
The resulting workflow would look like this:
Rolling back to desired state to production
I added a comment
# UNCOMMENT
on all the jobs that we need to uncomment to revert when we go to production.The
./layer_v3
folder already exists in v3 branch and we don't need to push this to develop.User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.