OpenStack Release Bot
06a685d364
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I1c89d5c56142f2f6796abfaad10e1c866fa1dcfa
30 lines
954 B
YAML
30 lines
954 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-yoga-jobs
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- neutron-tempest-plugin-api
|
|
- neutron-functional-with-uwsgi:
|
|
required-projects:
|
|
- openstack/neutron-lib
|
|
# This job comes from lib-forward-testing-python3 template,
|
|
# but it is limited to 2h there and we want to set
|
|
# for it 3h timeout
|
|
- tempest-full-py3:
|
|
timeout: 10800
|
|
gate:
|
|
jobs:
|
|
- neutron-tempest-plugin-api
|
|
- neutron-functional-with-uwsgi
|
|
# This job comes from lib-forward-testing-python3 template,
|
|
# but it is limited to 2h there and we want to set
|
|
# for it 3h timeout
|
|
- tempest-full-py3:
|
|
timeout: 10800
|