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
This commit is contained in:
Andreas Jaeger 2018-07-04 11:46:11 +02:00
parent 4a4add3dcc
commit 152804168d

@ -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