|
20 | 20 | - ^cinderclient/tests/unit/.*$ |
21 | 21 |
|
22 | 22 | - job: |
23 | | - name: python-cinderclient-functional-py39 |
| 23 | + name: python-cinderclient-functional-py310 |
24 | 24 | parent: python-cinderclient-functional-base |
25 | | - nodeset: devstack-single-node-centos-9-stream |
| 25 | + # Python 3.10 is the default on Ubuntu 22.04 (Jammy) |
| 26 | + nodeset: openstack-single-node-jammy |
26 | 27 | vars: |
27 | | - python_version: 3.9 |
28 | | - tox_envlist: functional-py39 |
| 28 | + python_version: 3.10 |
| 29 | + tox_envlist: functional-py310 |
29 | 30 |
|
30 | 31 | - job: |
31 | | - name: python-cinderclient-functional-py311 |
| 32 | + name: python-cinderclient-functional-py312 |
32 | 33 | parent: python-cinderclient-functional-base |
33 | | - # use debian bookworm, where py3.11 is the default |
34 | | - nodeset: devstack-single-node-debian-bookworm |
| 34 | + # Python 3.12 is the default on Ubuntu 24.04 (Noble) |
| 35 | + nodeset: openstack-single-node-noble |
35 | 36 | vars: |
36 | | - python_version: 3.11 |
37 | | - tox_envlist: functional-py311 |
| 37 | + python_version: 3.12 |
| 38 | + tox_envlist: functional-py312 |
38 | 39 |
|
39 | 40 | - project: |
40 | 41 | vars: |
|
48 | 49 | - release-notes-jobs-python3 |
49 | 50 | check: |
50 | 51 | jobs: |
51 | | - - python-cinderclient-functional-py39 |
52 | | - - python-cinderclient-functional-py311 |
| 52 | + - python-cinderclient-functional-py310 |
| 53 | + - python-cinderclient-functional-py312 |
53 | 54 | - openstack-tox-pylint: |
54 | 55 | voting: false |
55 | 56 | gate: |
56 | 57 | jobs: |
57 | | - - python-cinderclient-functional-py39 |
58 | | - - python-cinderclient-functional-py311 |
| 58 | + - python-cinderclient-functional-py310 |
| 59 | + - python-cinderclient-functional-py312 |
0 commit comments