Bump CI jobs to Python 3.11
Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I10c1ae5173f2156211a8c7e03c79d4769be605cf
This commit is contained in:
parent
4256fe1146
commit
66c6929fc8
14
.zuul.yaml
14
.zuul.yaml
@ -1,8 +1,8 @@
|
|||||||
- job:
|
- job:
|
||||||
name: os-client-config-tox-py38-tips
|
name: os-client-config-tox-py311-tips
|
||||||
parent: openstack-tox-py38
|
parent: openstack-tox-py311
|
||||||
description: |
|
description: |
|
||||||
Run tox python 38 unittests against master of important libs
|
Run tox python 3.11 unittests against master of important libs
|
||||||
vars:
|
vars:
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
zuul_work_dir: src/opendev.org/openstack/os-client-config
|
zuul_work_dir: src/opendev.org/openstack/os-client-config
|
||||||
@ -15,21 +15,19 @@
|
|||||||
name: os-client-config-tox-tips
|
name: os-client-config-tox-tips
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- os-client-config-tox-py38-tips
|
- os-client-config-tox-py311-tips
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- os-client-config-tox-py38-tips
|
- os-client-config-tox-py311-tips
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- lib-forward-testing-python3
|
- lib-forward-testing-python3
|
||||||
- openstack-python3-zed-jobs
|
- openstack-python3-jobs
|
||||||
- os-client-config-tox-tips
|
- os-client-config-tox-tips
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
# - shade-functional-tips
|
|
||||||
# - shade-tox-tips
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
Loading…
Reference in New Issue
Block a user