This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I07faaf33e6cf3c0d47334ce5ea75aac4eb3eb67f
27 lines
803 B
YAML
27 lines
803 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-xena-jobs
|
|
- osc-tox-unit-tips
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- osc-functional-devstack:
|
|
required-projects:
|
|
- openstack/python-openstackclient
|
|
- osc-functional-devstack-tips:
|
|
voting: false
|
|
# The functional-tips job only tests the latest and shouldn't be run
|
|
# on the stable branches
|
|
branches: ^(?!stable)
|
|
required-projects:
|
|
- openstack/python-openstackclient
|
|
gate:
|
|
jobs:
|
|
- osc-functional-devstack:
|
|
required-projects:
|
|
- openstack/python-openstackclient
|