d944884263
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I3f3c475d75c0706ac954c2b8b354c437ee1dd5a6
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- lib-forward-testing
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
# This job comes from lib-forward-testing template,
|
|
# but it is limited to 2h there and we want to set
|
|
# for it 3h timeout
|
|
- tempest-full:
|
|
timeout: 10800
|
|
# 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:
|
|
# This job comes from lib-forward-testing template,
|
|
# but it is limited to 2h there and we want to set
|
|
# for it 3h timeout
|
|
- tempest-full:
|
|
timeout: 10800
|
|
# 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
|