Merge "Replace py38 job by py311 job"

This commit is contained in:
Zuul 2024-10-01 21:59:42 +00:00 committed by Gerrit Code Review
commit f3d5ccde1c
2 changed files with 3 additions and 3 deletions

@ -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:

@ -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}