This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I06e4b9dda2d6ccb22737ff06b37881b9f5bd85a5
27 lines
806 B
YAML
27 lines
806 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-wallaby-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
|