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