Make it possible to configure job retries with zuul_return
Change-Id: Ie209b6e9a4b9192f4e53e73022d4549611cd230c
This commit is contained in:
12
releasenotes/notes/zuul-return-retry-814467d82ea467dc.yaml
Normal file
12
releasenotes/notes/zuul-return-retry-814467d82ea467dc.yaml
Normal 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
|
||||
Reference in New Issue
Block a user