commit 72402b2eb810ca99d78727a4f6ab6acf104c3796 Author: Rafael Folco Date: Wed Oct 7 16:11:36 2020 -0300 [centos8] Switch to content provider jobs/templates This change switches templates and jobs to the content provider dependency relation so the jobs share the produced artifacts. This change *does not* include c7 jobs. Depends-On: https://review.opendev.org/#/c/756128 Change-Id: I21af1592081d756db75f480db9b7ebd5ada9bfb2 diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 4cafe77..d88e8d6 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -1,19 +1,37 @@ --- - project: templates: - - tripleo-undercloud-jobs - - tripleo-multinode-container-minimal + - tripleo-undercloud-jobs-pipeline + - tripleo-multinode-container-minimal-pipeline - tripleo-multinode-branchful - publish-openstack-docs-pti - release-notes-jobs-python3 - - tripleo-standalone-scenarios-full + - tripleo-standalone-scenarios-pipeline - openstack-tox-molecule check: jobs: + - tripleo-ci-centos-8-content-provider - tripleo-ci-centos-7-scenario007-multinode-oooq-container: files: - config/general_config/featureset030.yml - tripleo-ci-centos-8-scenario007-multinode-oooq-container: + vars: &multi_consumer_vars + consumer_job: true + build_container_images: false + tags: + - undercloud-setup + - undercloud-scripts + - undercloud-install + - undercloud-post-install + - tripleo-validations + - overcloud-scripts + - overcloud-prep-config + - overcloud-prep-containers + - overcloud-deploy + - overcloud-post-deploy + - overcloud-validate + dependencies: &deps + - tripleo-ci-centos-8-content-provider files: - config/general_config/featureset030.yml - tripleo-ci-centos-7-standalone: