Switch scenarios to non-voting

Due to recent issues in the gate and the fact that we're using way too
much CI resources, I think it is time to switch the scenario jobs to
non-voting to reduce the amount of load we are using upstream. These
jobs need to be replaced with voting standalone jobs going forward.

See also:
http://lists.openstack.org/pipermail/openstack-dev/2018-October/136141.html
http://lists.openstack.org/pipermail/openstack-dev/2018-October/135396.html

Change-Id: I605a11a900197cc9188156ae74412cc54f1df943
This commit is contained in:
Alex Schultz 2018-10-31 09:56:07 -06:00
parent e9f128b32c
commit 9f6d8e64aa
1 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,6 @@
queue: tripleo
jobs:
- tripleo-ci-centos-7-containers-multinode
- tripleo-ci-centos-7-scenario001-multinode-oooq-container
- tripleo-ci-centos-7-scenario002-multinode-oooq-container
- tripleo-ci-centos-7-scenario003-multinode-oooq-container
- tripleo-ci-centos-7-scenario004-multinode-oooq-container
- tripleo-ci-centos-7-standalone
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
@ -172,6 +168,7 @@
name: tripleo-ci-centos-7-scenario001-multinode-oooq-container
parent: tripleo-ci-base-multinode
branches: ^(?!stable/(newton|ocata)).*$
voting: false
vars:
nodes: 1ctlr
featureset: '016'
@ -188,6 +185,7 @@
name: tripleo-ci-centos-7-scenario002-multinode-oooq-container
parent: tripleo-ci-base-multinode
branches: ^(?!stable/(newton|ocata)).*$
voting: false
vars:
nodes: 1ctlr
featureset: '017'
@ -212,6 +210,7 @@
name: tripleo-ci-centos-7-scenario003-multinode-oooq-container
parent: tripleo-ci-base-multinode
branches: ^(?!stable/(newton|ocata)).*$
voting: false
vars:
nodes: 1ctlr
featureset: '018'
@ -228,6 +227,7 @@
name: tripleo-ci-centos-7-scenario004-multinode-oooq-container
parent: tripleo-ci-base-multinode
branches: ^(?!stable/(newton|ocata)).*$
voting: false
vars:
nodes: 1ctlr
featureset: '019'