From 9ea51ac8bc3d3a4ea51f8b25cc0b791439fe0391 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 29 Oct 2020 12:53:44 -0400 Subject: [PATCH] Add content provider jobs for tripleo based jobs Related change: https://review.opendev.org/#/c/760249/ Change-Id: I9c46c38458e7bddb973ddbb747d2d0b8497e032e --- .zuul.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e58838f3..1c797903 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,10 +7,22 @@ - release-notes-jobs-python3 check: jobs: - - puppet-cinder-tripleo-standalone + - tripleo-ci-centos-8-content-provider + - puppet-cinder-tripleo-standalone: + vars: &standalone_consumer_vars + consumer_job: true + build_container_images: false + remove_tags: + - build + dependencies: + - tripleo-ci-centos-8-content-provider gate: jobs: - - puppet-cinder-tripleo-standalone + - tripleo-ci-centos-8-content-provider + - puppet-cinder-tripleo-standalone: + vars: *standalone_consumer_vars + dependencies: + - tripleo-ci-centos-8-content-provider - job: name: puppet-cinder-tripleo-standalone