Merge "Skip actions automatically based on pre_condition results"

This commit is contained in:
Zuul
2025-08-26 12:33:08 +00:00
committed by Gerrit Code Review
12 changed files with 467 additions and 15 deletions

View File

@@ -23,6 +23,9 @@ following:
- **PENDING** : the ``Action`` has not been executed yet by the
``Watcher Applier``.
- **SKIPPED** : the ``Action`` will not be executed because a predefined
skipping condition is found by ``Watcher Applier`` or is explicitly
skipped by the ``Administrator``.
- **ONGOING** : the ``Action`` is currently being processed by the
``Watcher Applier``.
- **SUCCEEDED** : the ``Action`` has been executed successfully
@@ -152,4 +155,4 @@ Response
**Example JSON representation of an Action:**
.. literalinclude:: samples/actions-show-response.json
:language: javascript
:language: javascript