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:
|
||||
name: os-client-config-tox-py38-tips
|
||||
parent: openstack-tox-py38
|
||||
name: os-client-config-tox-py311-tips
|
||||
parent: openstack-tox-py311
|
||||
description: |
|
||||
Run tox python 38 unittests against master of important libs
|
||||
Run tox python 3.11 unittests against master of important libs
|
||||
vars:
|
||||
tox_install_siblings: true
|
||||
zuul_work_dir: src/opendev.org/openstack/os-client-config
|
||||
@ -15,21 +15,19 @@
|
||||
name: os-client-config-tox-tips
|
||||
check:
|
||||
jobs:
|
||||
- os-client-config-tox-py38-tips
|
||||
- os-client-config-tox-py311-tips
|
||||
gate:
|
||||
jobs:
|
||||
- os-client-config-tox-py38-tips
|
||||
- os-client-config-tox-py311-tips
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- lib-forward-testing-python3
|
||||
- openstack-python3-zed-jobs
|
||||
- openstack-python3-jobs
|
||||
- os-client-config-tox-tips
|
||||
- publish-openstack-docs-pti
|
||||
- release-notes-jobs-python3
|
||||
# - shade-functional-tips
|
||||
# - shade-tox-tips
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
|
Loading…
Reference in New Issue
Block a user