Don't run non-voting jobs in gate

The gate pipeline should only run voting jobs, non-voting ones get
completely ignored and just waste resources. Remove the non-voting job
from gate pipeline.

Change-Id: I598d0473289e88711ab02a8c4b6aad645ee68ae1
This commit is contained in:
Andreas Jaeger 2017-12-16 22:48:10 +01:00
parent d1c93fdbeb
commit 51d1dd4635
1 changed files with 0 additions and 4 deletions

View File

@ -16,7 +16,3 @@
jobs:
- cloudkitty-tempest-full:
voting: false
gate:
jobs:
- cloudkitty-tempest-full:
voting: false