Zuulv3: clarify job dependencies example

This implements a suggestion from clarkb in
Iae04c401378880061acf962d1f35fbd06cebe2a8.

Change-Id: I9b138e557cff0e4118e8a62206e0f15ede2b2240
This commit is contained in:
James E. Blair 2017-03-13 10:23:54 -07:00
parent 7e9dc20c22
commit 0aa4fb552d

View File

@ -547,8 +547,11 @@ non-voting for a given project in a given pipeline::
post: post:
jobs: jobs:
- tarball - tarball
- wheel
- pypi-upload: - pypi-upload:
dependencies: tarball dependencies:
- tarball
- wheel
Project templates are still supported, and can modify job parameters Project templates are still supported, and can modify job parameters
in the same way described above. in the same way described above.