Add non-voting functional-py312 job

Change-Id: I8acd8af259890533bc6420f8591af468759ef020
This commit is contained in:
Cyril Roelandt 2024-05-20 20:27:36 +02:00
parent da1b9792f2
commit 9f4754cd80
2 changed files with 3 additions and 1 deletions

View File

@ -373,6 +373,8 @@
voting: false
- openstack-tox-functional-py39
- openstack-tox-functional-py310
- openstack-tox-functional-py312:
voting: false
- glance-tox-functional-py39-rbac-defaults
- glance-ceph-thin-provisioning:
voting: false

View File

@ -38,7 +38,7 @@ setenv =
SQLALCHEMY_WARN_20=1
commands = stestr run {posargs}
[testenv:functional-py{38,39,310,311}]
[testenv:functional-py{38,39,310,311,312}]
setenv = {[testenv:functional]setenv}
commands = {[testenv:functional]commands}