From 152804168dc0457396f58ae59269bb1734e4ad7f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger <aj@suse.com> Date: Wed, 4 Jul 2018 11:46:11 +0200 Subject: [PATCH] Don't run voting jobs in gate Non-voting jobs should not be in gate queue at all, remove them. They are wasting needlessly our resources since they get ignored. Mark the job explictely as non-voting, since another change will make the job voting by default - which allows to make it easily voting here. See also https://review.openstack.org/580110 Change-Id: I73fd45772ba9c793dad3221c852af4e9606362e1 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 07e3d2f..19a9102 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,9 @@ - project: check: jobs: - - watcherclient-tempest-functional + - watcherclient-tempest-functional: + voting: false - openstack-tox-lower-constraints gate: jobs: - - watcherclient-tempest-functional - openstack-tox-lower-constraints