[docs] Mention that paused dependencies are OK

Change-Id: I435a7711b56dfd3f2863a8c699eb949a613a2de2
This commit is contained in:
Radosław Piliszek
2023-06-07 09:28:23 +02:00
parent c15ca00bab
commit a43d65d87a

View File

@@ -884,8 +884,8 @@ Here is an example of two job definitions:
A list of other jobs upon which this job depends. Zuul will not
start executing this job until all of its dependencies have
completed successfully, and if one or more of them fail, this
job will not be run.
completed successfully or have been paused, and if one or more of
them fail, this job will not be run.
The format for this attribute is either a list of strings or
dictionaries. Strings are interpreted as job names,