From b232c2039939af145593d7c859f3a2eb5d9275d5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 13 Jun 2018 21:36:41 -0400 Subject: [PATCH] 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 --- zuul.d/project.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f1200d8..fe39818 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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: