cloudkitty/.zuul.yaml
Luka Peschke 016fd7fa3a Add a tempest plugin gate job
This adds check and gate jobs using the new Tempest plugin to CloudKitty.
The jobs are non-voting for now.

Change-Id: I455eb7208fb97c140b94db9ae53f9da2cd87de82
2017-11-18 13:30:54 +01:00

23 lines
584 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
gate:
jobs:
- cloudkitty-tempest-full:
voting: false