Switch non-voting jobs to use Zuul stanza

The extra jobs that we have are not something that is needed, we simply can
set the jobs to non-voting in the project definition and avoid having non
voting jobs.

Depends-On: Ife5023bc4752cf3c2d7221f9f8772990c6bc09df
Change-Id: Ia151e922986ec85323532c01f7f5de6d915e1c8f
This commit is contained in:
Mohammed Naser 2018-06-13 21:36:41 -04:00
parent 8cfcb0197c
commit b232c20399
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@
check:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7-nv
- openstack-ansible-functional-opensuse-423-nv
- openstack-ansible-functional-centos-7:
voting: false
- openstack-ansible-functional-opensuse-423:
voting: false
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-magnum-ssl-nv
experimental: