Merge "Move zuul-quick-start requires to pipeline and reparent"

This commit is contained in:
Zuul 2020-04-14 21:35:35 +00:00 committed by Gerrit Code Review
commit f07d3137c1
1 changed files with 3 additions and 3 deletions

View File

@ -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: