summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-14 21:35:35 +0000
committerGerrit Code Review <review@openstack.org>2020-04-14 21:35:35 +0000
commitf07d3137c1344edf75de7109cb85f70a619ba0f7 (patch)
treecc93403dbc28807a72b0ed4145a511fabb61de77 /.zuul.yaml
parent0962a4fd4a3b4c4eb3be33e630b51cb82621b473 (diff)
parentc6d5405c62d8092db8dfd1302f7ba66fb4b75820 (diff)
downloadzuul-f07d3137c1344edf75de7109cb85f70a619ba0f7.tar.gz
Merge "Move zuul-quick-start requires to pipeline and reparent"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index f725ae3ca..3084e68fb 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -99,12 +99,10 @@
# because that is where the docker-compose file is located.
- job:
name: zuul-quick-start
+ parent: opendev-buildset-registry-consumer
description: Run the commands in the Zuul quick-start documentation.
run: playbooks/quick-start/run.yaml
post-run: playbooks/quick-start/post.yaml
- requires:
- - zuul-container-image
- - nodepool-container-image
required-projects:
- zuul/zuul
@@ -248,6 +246,7 @@
- zuul-tox-remote:
timeout: 2700 # 45 minutes
- zuul-quick-start:
+ requires: nodepool-container-image
dependencies: zuul-build-image
- nodepool-zuul-functional:
voting: false
@@ -305,6 +304,7 @@
- zuul-tox-remote:
timeout: 2700 # 45 minutes
- zuul-quick-start:
+ requires: nodepool-container-image
dependencies: zuul-upload-image
- zuul-build-python-release
- build-javascript-content-tarball: