Make it possible to configure job retries with zuul_return

Change-Id: Ie209b6e9a4b9192f4e53e73022d4549611cd230c
This commit is contained in:
Albin Vass
2022-02-24 16:18:22 +01:00
parent 463cd1615b
commit 98bda7c3e3
10 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
features:
- |
It is now possible for jobs to skip retries caused by failures in
'pre-run' by returning `retry: false`:
.. code-block:: yaml
- zuul_return:
data:
zuul:
retry: false