891d0f08d6
This will add a py38 job as default and remove the py37 one. Change-Id: Id783351392640aa76a3c8edf263fdde935f05963
24 lines
734 B
YAML
24 lines
734 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
# 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-python3 template,
|
|
# but it is limited to 2h there and we want to set
|
|
# for it 3h timeout
|
|
- tempest-full-py3:
|
|
timeout: 10800
|