Skip to content

Commit b308ac1

Browse files
committed
CI: fix (and update) test-on-demand targets
Change-Id: I27f9e1b3e6a81b9e1efc9ecf993d9158c9f7c7d9 Signed-off-by: Tim Burke <tim.burke@gmail.com>
1 parent 97c7470 commit b308ac1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.zuul.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@
3737
# on-demand pipeline used to test older (but still supported) versions of python,
3838
# as well as intermediate releases that the openstack-python3-jobs might skip
3939
jobs:
40-
- openstack-tox-py37
40+
- openstack-tox-py37:
41+
nodeset: ubuntu-jammy
42+
vars:
43+
python_use_pyenv: True
4144
- openstack-tox-py38
4245
- openstack-tox-py39
4346
- openstack-tox-py311
47+
- openstack-tox-py312
4448
check:
4549
jobs:
4650
- swiftclient-functional:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ passenv = SWIFT_*
2424
commands =
2525
python -m flake8 swiftclient test
2626

27-
[testenv:{py36,py37,py38}]
27+
[testenv:{py37,py38,py39}]
2828
# Drop the use of constraints; most dependencies have dropped support for
2929
# these versions already, and have updated their metadata to reflect that
3030
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)