Zuulv3: clarify job dependencies example
This implements a suggestion from clarkb in Iae04c401378880061acf962d1f35fbd06cebe2a8. Change-Id: I9b138e557cff0e4118e8a62206e0f15ede2b2240
This commit is contained in:
parent
7e9dc20c22
commit
0aa4fb552d
@ -547,8 +547,11 @@ non-voting for a given project in a given pipeline::
|
||||
post:
|
||||
jobs:
|
||||
- tarball
|
||||
- wheel
|
||||
- pypi-upload:
|
||||
dependencies: tarball
|
||||
dependencies:
|
||||
- tarball
|
||||
- wheel
|
||||
|
||||
Project templates are still supported, and can modify job parameters
|
||||
in the same way described above.
|
||||
|
Loading…
Reference in New Issue
Block a user