Switch CentOS to non-voting

There is currently a problem with CentOS builds which
is not common to the other distributions, but the issue
is blocking patches from merging.

Until the issue is resolved, we switch the job to a
non-voting job.

Change-Id: Ic410fe6fda279955fec2472413efaa96e7de3321
Related-Bug: #1773248
This commit is contained in:
Jesse Pretorius 2018-05-25 10:12:20 +01:00
parent 06cc9ffeaa
commit e4b75d84c1
1 changed files with 8 additions and 2 deletions

View File

@ -16,7 +16,10 @@
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
# TODO(odyssey4me):
# Restore this to voting once the blocking
# issue has been resolved.
- openstack-ansible-functional-centos-7-nv
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-xenial
# TODO(odyssey4me):
@ -31,7 +34,10 @@
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
# TODO(odyssey4me):
# Restore this once the blocking issue has
# been resolved.
#- openstack-ansible-functional-centos-7
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-xenial
# TODO(odyssey4me):