Make containerized-undercloud-upgrades job non-voting

This review removes the containerized-undercloud-upgrades
job from the gate and makes it non-voting in check while
we merge https://review.openstack.org/#/c/611800/
and confirm there are no errors in this test.

https://tree.taiga.io/project/tripleo-ci-board/issue/219

Related-Bug: #1798525
Change-Id: I3631a6b2c739316b1ff0c2786dbe44f59077f39b
This commit is contained in:
Ronelle Landy 2018-10-23 10:57:25 -04:00 committed by Marios Andreou
parent ab0f0ae95d
commit a574b2d627
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@
jobs:
- tripleo-ci-centos-7-undercloud-oooq
- tripleo-ci-centos-7-undercloud-containers
- tripleo-ci-centos-7-containerized-undercloud-upgrades
- job:
name: tripleo-ci-centos-7-undercloud-containers
@ -47,5 +46,9 @@
parent: tripleo-ci-base-singlenode
nodeset: single-centos-7-node
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
# TODO(rlandy) make it voting when we confirm
# https://review.openstack.org/#/c/611800/
# is working as expected.
voting: false
vars:
featureset: '050'