Use the buildset registry in zuul-quick-start

The job no longer needs to build duplicate copies of the images,
it can fetch them from the buildset registry instead.

Change-Id: Ib7d2029595bf719d0411967870194fc3cc89d734
Depends-On: https://review.openstack.org/649467
This commit is contained in:
James E. Blair 2019-04-02 15:29:50 -07:00
parent 1f6ac24bb0
commit c02eb875f0
1 changed files with 6 additions and 4 deletions

View File

@ -210,6 +210,7 @@
- project:
check:
jobs:
- nodepool-build-image
- tox-docs
- tox-pep8
- tox-py35:
@ -223,17 +224,18 @@
voting: false
- nodepool-functional-k8s
- nodepool-functional-openshift
- nodepool-build-image
- zuul-quick-start
- zuul-quick-start:
dependencies: nodepool-build-image
gate:
jobs:
- nodepool-upload-image
- tox-docs
- tox-pep8
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- zuul-quick-start
- nodepool-upload-image
- zuul-quick-start:
dependencies: nodepool-upload-image
post:
jobs:
- publish-zuul-docs