From 977b09bbae48c40f307fb0904487952110e8fcd9 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 13 Jun 2018 21:51:49 -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. Change-Id: I45d7316b7c7392ebe6b50b590cac8790cbdf44d3 --- zuul.d/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index fcabb14..4577341 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,7 +17,8 @@ check: jobs: - openstack-ansible-linters - - openstack-ansible-functional-ubuntu-xenial-nv + - openstack-ansible-functional-ubuntu-xenial: + voting: false gate: jobs: - openstack-ansible-linters