Make more CI jobs voting

A recent regression showed up in the tempest tests, but as they were not
voting it was ignored and not spotted until later. This caused lots of
time to be wasted debugging.

We should make more of the jobs voting and fix any instability (or
remove particular tests that are unstable).

Related-Bug: #1736685
Change-Id: Ifd6f1d659db06bca3e6417b9235258fd02f1da88
This commit is contained in:
Dougal Matthews 2017-11-24 17:10:12 +00:00
parent c89c5870b2
commit b084b6edd7
1 changed files with 8 additions and 8 deletions

View File

@ -100,15 +100,11 @@
voting: false
- rally-dsvm-mistral-task:
voting: false
- mistral-devstack-dsvm:
voting: false
- mistral-devstack-dsvm
- mistral-devstack-dsvm-non-apache:
voting: false
branches: ^(?!stable/(newton|ocata)).*$
- mistral-tox-unit-mysql:
voting: false
- mistral-tox-unit-postgresql:
voting: false
- mistral-tox-unit-mysql
- mistral-tox-unit-postgresql
# TripleO jobs that deploy Mistral.
# Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong.
@ -120,12 +116,16 @@
- tripleo-ci-centos-7-scenario003-multinode-oooq
- tripleo-ci-centos-7-scenario003-multinode-oooq-container
- mistral-devstack-dsvm-kombu:
voting: false
branches: ^(?!stable/newton).*$
gate:
jobs:
- mistral-devstack-dsvm
- mistral-devstack-dsvm-non-apache
- mistral-tox-unit-mysql
- mistral-tox-unit-postgresql
- tripleo-ci-centos-7-scenario003-multinode-oooq
- tripleo-ci-centos-7-scenario003-multinode-oooq-container
- mistral-devstack-dsvm-kombu
post:
jobs:
- mistral-docker-buildimage: