orca
orca copied to clipboard
feature(Execution): Allow ignoring failed stages
Goes with: https://github.com/spinnaker/deck/pull/9039 https://github.com/spinnaker/gate/pull/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.
The following commits need their title changed:
-
40ecffd102fe7f057ec3e626d020f1b596ad88fb: initial commit
-
a1870d05d66c94cf266423f709f332d30079687c: fix
-
17ccf311776d96b09c121c715bb8369a775b490f: fix
-
2d0b6f69623e5f9c186ae2fb80a18ee1ccdbd1a1: fix failed tests
-
4dc138ebc6c2c160ba8683ee212af3d4665e9884: fix exception
-
4b9d07b64df3aa25f0240cfff1e95fea7cfed888: fix error handling
-
4d05b2b30b3740f62469f270e52530131fa5a8ce: working
-
6aaa495d2dbe74deb7eaa00c19281f1d9b58b8e5: change all pipelines into running
Please format your commit title into the form:
<type>(<scope>): <subject>
, e.g. fix(kubernetes): address NPE in status check
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.