From c02eb875f03e29d82e69ef2c8abd8c57654e7a67 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 2 Apr 2019 15:29:50 -0700 Subject: [PATCH] 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 --- .zuul.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ae2103599..9bf45d8e9 100644 --- a/.zuul.yaml +++ b/.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