Merge "Add parameters to force failures in nop action"

This commit is contained in:
Zuul
2025-08-21 14:32:37 +00:00
committed by Gerrit Code Review
3 changed files with 94 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
---
features:
- |
Three new parameters have been added to the ``nop`` action:
* ``fail_pre_condition``: When setting it to `true` the action
fails on the pre_condition execution.
* ``fail_execute``: When setting it to `true` the action fails
on the execute step.
* ``fail_post_condition``: When setting it to `true` the action
fails on the post_condition execution.