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:
parent
1f6ac24bb0
commit
c02eb875f0
10
.zuul.yaml
10
.zuul.yaml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user