From 9961cf84a367b21252dd7f8c0936d74d9a198742 Mon Sep 17 00:00:00 2001 From: Amol Kahat Date: Thu, 8 Oct 2020 23:41:14 +0530 Subject: [PATCH] Migrate to content provider jobs/templates This change migrate c8 jobs/templates to content provider jos so consumer jobs can use resources built by provider jobs. Change-Id: I17a40cbf6fb978bec17ab21fb2296ad3db46b6b3 Signed-off-by: Amol Kahat --- zuul.d/layout.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index f919f5f..1bf70ac 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -1,15 +1,23 @@ --- - project: templates: - - tripleo-multinode-container-minimal + - tripleo-multinode-container-minimal-pipeline check: jobs: - openstack-tox-linters - - tripleo-ci-centos-8-scenario001-standalone + - tripleo-ci-centos-8-content-provider + - tripleo-ci-centos-8-scenario001-standalone: &scenario001 + vars: + consumer_job: true + tags: + - standalone + dependencies: + - tripleo-ci-centos-8-content-provider gate: jobs: - openstack-tox-linters - - tripleo-ci-centos-8-scenario001-standalone + - tripleo-ci-centos-8-content-provider + - tripleo-ci-centos-8-scenario001-standalone: *scenario001 queue: tripleo post: jobs: