From 5437906929059d4844fbcc4e04a7dac70621d0cb Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Thu, 28 Jul 2022 10:21:10 +0300 Subject: [PATCH] Mark centos-8-9-multinode-mixed-os non voting for tripleoclient This is wallaby only as we only run the job here. Marking non voting because of related bug. We can revert once we find the issue Change-Id: I34d544a0f9f89e57d5f3d3f59b701a6e1fc9ceb7 Related-Bug: 1983004 --- zuul.d/layout.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index e691b3c2b..589fa8bb7 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -18,3 +18,18 @@ - openstack-tox-py36 - openstack-tox-py38 - tripleo-ci-centos-9-content-provider: *content_provider_deps + - tripleo-ci-centos-8-9-multinode-mixed-os: &multinode_mixed_os + voting: false + vars: + consumer_job: true + build_container_images: false + remove_tags: + - build + dependencies: + - tripleo-ci-centos-8-content-provider + - tripleo-ci-centos-9-content-provider + gate: + jobs: + - tripleo-ci-centos-8-content-provider: *content_provider_deps + - tripleo-ci-centos-9-content-provider: *content_provider_deps + - tripleo-ci-centos-8-9-multinode-mixed-os: *multinode_mixed_os