26 lines
861 B
YAML
26 lines
861 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python-jobs
|
|
check:
|
|
jobs:
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-centos
|
|
- tenks-deploy-teardown-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos
|
|
gate:
|
|
queue: tenks
|
|
jobs:
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-centos
|
|
- tenks-deploy-teardown-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos
|