summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-03-17 15:15:22 -0700
committerJames E. Blair <jeblair@redhat.com>2020-04-09 07:01:25 -0700
commitc6d5405c62d8092db8dfd1302f7ba66fb4b75820 (patch)
treeb4948a6b32bfcbd3df7209f8bd304a291ee7a9da /.zuul.yaml
parent93ec3daf4745a0c2cd586b83edcdabfb1eef0513 (diff)
downloadzuul-c6d5405c62d8092db8dfd1302f7ba66fb4b75820.tar.gz
Move zuul-quick-start requires to pipeline and reparent
Reparent the zuul-quick-start job in order to run the pull-from-intermediate-registry role. Move the requires into the pipeline config so that we can say that when it runs on a Zuul change, it requires nodepool (but not zuul, so that we don't serialize the zuul queue) and vice versa. Change-Id: Icebfda7ed42ab38cf887efce00026c85b37b65fa
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 d4a4151d5..94f8b3518 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
@@ -246,6 +244,7 @@
- zuul-tox-remote:
timeout: 2700 # 45 minutes
- zuul-quick-start:
+ requires: nodepool-container-image
dependencies: zuul-build-image
- nodepool-zuul-functional:
voting: false
@@ -301,6 +300,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: