-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat: add some kind of error/failure-handling ability to promotion processes #3228
Comments
The steps in the discussion seem reasonable. One additional ask would be the ability to run steps if an analysisTemplate fails, or have that also result in the promotion failure steps being run. The usecase for this would be setting up automated rollbacks in the event of a promotion or analysisRun failure. Useful information to include the ctx for the promotion would be the step it failed on and the freight prior to promotion. |
Yup that works for the automated rollback. Would still like the ability to run a separate step on failure to trigger a slack webhook notification. |
Copying over @krancour's proposal from the discussion from which this issue was created
After some more discussion, we favor something more like GitHub Action's status check functions, which is what is being proposed in #3639. Closing in favor of that. |
Discussed in #3227
The text was updated successfully, but these errors were encountered: