51d1dd4635
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
19 lines
501 B
YAML
19 lines
501 B
YAML
- job:
|
|
name: cloudkitty-tempest-full
|
|
run: playbooks/cloudkitty-tempest-full/run.yaml
|
|
post-run: playbooks/cloudkitty-tempest-full/post.yaml
|
|
timeout: 5400
|
|
parent: legacy-dsvm-base
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/cloudkitty
|
|
- openstack/cloudkitty-tempest-plugin
|
|
- openstack/python-cloudkittyclient
|
|
|
|
- project:
|
|
name: openstack/cloudkitty
|
|
check:
|
|
jobs:
|
|
- cloudkitty-tempest-full:
|
|
voting: false
|