From e84bc4c92141746dd0c23a7e2d773ce50f87ea36 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 7 Nov 2018 11:30:31 -0700 Subject: [PATCH] Switch stable scenarios to voting In master we have removed these from the gate as they are non-voting because we plan on replacing them with standalone versions. However for stable branches we will want to leave these as voting since they are defined in the gate in the branch layout. Change-Id: I7a859ac1db9206301df897553320fca70ea33980 Related-Bug: #1802144 (cherry picked from commit 3061e5d1bce513b3d58eae963722569b7f9bb50b) --- zuul.d/layout.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 39d60f5ed8..f211d95db7 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -26,6 +26,7 @@ - ci/pingtests/scenario001.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario001-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*aodh.*$ - ^(docker|puppet)/services/.*ceilometer.*$ @@ -58,6 +59,7 @@ - ci/pingtests/scenario002.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario002-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*aodh.*$ - ^(docker|puppet)/services/.*barbican.*$ @@ -81,6 +83,7 @@ - ci/pingtests/scenario003.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario003-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*glance.*$ - ^(docker|puppet)/services/.*mistral.*$ @@ -97,6 +100,7 @@ - ci/pingtests/scenario004.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario004-multinode-oooq-container: + voting: true files: - ^docker/services/ceph.*$ - ^docker/services/glance.*$ @@ -115,6 +119,7 @@ queue: tripleo jobs: - tripleo-ci-centos-7-scenario001-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*aodh.*$ - ^(docker|puppet)/services/.*ceilometer.*$ @@ -147,6 +152,7 @@ - ci/pingtests/scenario002.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario002-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*aodh.*$ - ^(docker|puppet)/services/.*barbican.*$ @@ -170,6 +176,7 @@ - ci/pingtests/scenario003.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario003-multinode-oooq-container: + voting: true files: - ^docker/services/glance.*$ - ^docker/services/mistral.*$ @@ -186,6 +193,7 @@ - ci/pingtests/scenario004.*$ - ^environments\/.*.yaml - tripleo-ci-centos-7-scenario004-multinode-oooq-container: + voting: true files: - ^(docker|puppet)/services/.*ceph.*$ - ^(docker|puppet)/services/.*glance.*$