From 3e611a649a964754a590b62d72375aa58ee41c59 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 29 Oct 2020 12:42:44 -0400 Subject: [PATCH] Add content provider jobs for tripleo based jobs Related change: https://review.opendev.org/#/c/760249/ Change-Id: I08f54a87098a3d84bc1a20f7fa9cf9ca0a0c46bd --- .zuul.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 26010dd7..4cf36d55 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,10 +8,22 @@ - release-notes-jobs-python3 check: jobs: - - puppet-swift-tripleo-standalone + - tripleo-ci-centos-8-content-provider + - puppet-swift-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-swift-tripleo-standalone + - tripleo-ci-centos-8-content-provider + - puppet-swift-tripleo-standalone: + vars: *standalone_consumer_vars + dependencies: + - tripleo-ci-centos-8-content-provider - job: name: puppet-swift-tripleo-standalone