cfd11f8945
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
22 lines
487 B
YAML
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
|
|
|