-
Notifications
You must be signed in to change notification settings - Fork 807
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
feature(Execution): Allow ignoring failed stages #4113
base: master
Are you sure you want to change the base?
feature(Execution): Allow ignoring failed stages #4113
Conversation
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
Goes with:
spinnaker/deck#9039
spinnaker/gate#1452
Allow users to manually ignore failed stages. This is different from the usual FAILED_CONTINUE, in that the user typically would desire this to fail and stop the whole pipeline, but in some cases, they might review the reason of failure, or fix it externally, and in that case, they can ignore the failure.