cloudkitty/.zuul.yaml
Andreas Jaeger 51d1dd4635 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
2017-12-16 22:48:10 +01:00

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