From 0aa4fb552da334966216a6c3bb2ad0c36f2f129c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 13 Mar 2017 10:23:54 -0700 Subject: [PATCH] Zuulv3: clarify job dependencies example This implements a suggestion from clarkb in Iae04c401378880061acf962d1f35fbd06cebe2a8. Change-Id: I9b138e557cff0e4118e8a62206e0f15ede2b2240 --- specs/zuulv3.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specs/zuulv3.rst b/specs/zuulv3.rst index 3a674a2..cea8b80 100644 --- a/specs/zuulv3.rst +++ b/specs/zuulv3.rst @@ -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.