Merge "Set actionplan state to FAILED if any action has failed"

This commit is contained in:
Zuul
2025-05-26 14:44:37 +00:00
committed by Gerrit Code Review
3 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
---
fixes:
- |
Previously, if an action failed in an action plan, the state of the
action plan was reported as SUCCEEDED if the execution of the action has
finished regardless of the outcome.
Watcher will now reflect the actual state of all the actions in the plan
after the execution has finished. If any action has status FAILED, it
will set the state of the action plan as FAILED. This is the expected
behavior according to Watcher documentation.
For more info see: https://bugs.launchpad.net/watcher/+bug/2106407