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:
parent
d1c93fdbeb
commit
51d1dd4635
@ -16,7 +16,3 @@
|
||||
jobs:
|
||||
- cloudkitty-tempest-full:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- cloudkitty-tempest-full:
|
||||
voting: false
|
||||
|
Loading…
Reference in New Issue
Block a user