OpenStack Release Bot
e10983851f
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I232f2629e16fd17fa7cdb1e14226e6a319cb276c
28 lines
870 B
YAML
28 lines
870 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
- neutron-tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- 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-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
|