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 3061e5d1bc)
This commit is contained in:
Alex Schultz 2018-11-07 11:30:31 -07:00
parent 559e62ee25
commit e84bc4c921
1 changed files with 8 additions and 0 deletions

View File

@ -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.*$