watcher-tempest-plugin/.zuul.yaml
Andreas Jaeger cfd11f8945 Make functional job voting in both check and gate
The job watcher-tempest-functional is voting in gate but non-voting in
check. This does not make sense, it needs to pass in check, otherwise it
will not pass in gate. Make the check job voting as well.

Change-Id: If49ce056a7d096fe892b45616bd12b720822260c
2018-09-11 21:11:09 +02:00

22 lines
487 B
YAML

- project:
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- watcher-tempest-functional
- watcher-tempest-dummy_optim:
voting: false
- watcher-tempest-actuator:
voting: false
- watcher-tempest-basic_optim:
voting: false
- watcher-tempest-workload_balancing:
voting: false
gate:
queue: watcher
jobs:
- watcher-tempest-functional