Merge "Update python versions for testing"
This commit is contained in:
27
.zuul.yaml
27
.zuul.yaml
@@ -20,21 +20,22 @@
|
||||
- ^cinderclient/tests/unit/.*$
|
||||
|
||||
- job:
|
||||
name: python-cinderclient-functional-py39
|
||||
name: python-cinderclient-functional-py310
|
||||
parent: python-cinderclient-functional-base
|
||||
nodeset: devstack-single-node-centos-9-stream
|
||||
# Python 3.10 is the default on Ubuntu 22.04 (Jammy)
|
||||
nodeset: openstack-single-node-jammy
|
||||
vars:
|
||||
python_version: 3.9
|
||||
tox_envlist: functional-py39
|
||||
python_version: 3.10
|
||||
tox_envlist: functional-py310
|
||||
|
||||
- job:
|
||||
name: python-cinderclient-functional-py311
|
||||
name: python-cinderclient-functional-py312
|
||||
parent: python-cinderclient-functional-base
|
||||
# use debian bookworm, where py3.11 is the default
|
||||
nodeset: devstack-single-node-debian-bookworm
|
||||
# Python 3.12 is the default on Ubuntu 24.04 (Noble)
|
||||
nodeset: openstack-single-node-noble
|
||||
vars:
|
||||
python_version: 3.11
|
||||
tox_envlist: functional-py311
|
||||
python_version: 3.12
|
||||
tox_envlist: functional-py312
|
||||
|
||||
- project:
|
||||
vars:
|
||||
@@ -48,11 +49,11 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- python-cinderclient-functional-py39
|
||||
- python-cinderclient-functional-py311
|
||||
- python-cinderclient-functional-py310
|
||||
- python-cinderclient-functional-py312
|
||||
- openstack-tox-pylint:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- python-cinderclient-functional-py39
|
||||
- python-cinderclient-functional-py311
|
||||
- python-cinderclient-functional-py310
|
||||
- python-cinderclient-functional-py312
|
||||
|
Reference in New Issue
Block a user