016fd7fa3a
This adds check and gate jobs using the new Tempest plugin to CloudKitty. The jobs are non-voting for now. Change-Id: I455eb7208fb97c140b94db9ae53f9da2cd87de82
23 lines
584 B
YAML
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
|