Replace py38 job by py311 job

... because Python 3.8 support is being removed globally now.

Change-Id: I83db5b4f056d152548cb82c1d934bcadcadc4afc
This commit is contained in:
Takashi Kajinami 2024-10-02 00:45:16 +09:00
parent 1a7a807592
commit de225ad186
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-functional-py38
- openstack-tox-functional-py39
- openstack-tox-functional-py311
- openstack-tox-pep8
- placement-nova-tox-functional-py39
- placement-nested-perfload:
@ -48,8 +48,8 @@
irrelevant-files: *gate-irrelevant-files
gate:
jobs:
- openstack-tox-functional-py38
- openstack-tox-functional-py39
- openstack-tox-functional-py311
- openstack-tox-pep8
- placement-nova-tox-functional-py39
- tempest-integrated-placement:

View File

@ -29,7 +29,7 @@ passenv =
# there is also secret magic in subunit-trace which lets you run in a fail only
# mode. To do this define the TRACE_FAILONLY environmental variable.
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
[testenv:functional{,-py39,-py310,-py311,-py312}]
commands =
stestr --test-path=./placement/tests/functional run {posargs}