Add non-voting functional-py312 job
Change-Id: I8acd8af259890533bc6420f8591af468759ef020
This commit is contained in:
parent
da1b9792f2
commit
9f4754cd80
@ -373,6 +373,8 @@
|
|||||||
voting: false
|
voting: false
|
||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py39
|
||||||
- openstack-tox-functional-py310
|
- openstack-tox-functional-py310
|
||||||
|
- openstack-tox-functional-py312:
|
||||||
|
voting: false
|
||||||
- glance-tox-functional-py39-rbac-defaults
|
- glance-tox-functional-py39-rbac-defaults
|
||||||
- glance-ceph-thin-provisioning:
|
- glance-ceph-thin-provisioning:
|
||||||
voting: false
|
voting: false
|
||||||
|
2
tox.ini
2
tox.ini
@ -38,7 +38,7 @@ setenv =
|
|||||||
SQLALCHEMY_WARN_20=1
|
SQLALCHEMY_WARN_20=1
|
||||||
commands = stestr run {posargs}
|
commands = stestr run {posargs}
|
||||||
|
|
||||||
[testenv:functional-py{38,39,310,311}]
|
[testenv:functional-py{38,39,310,311,312}]
|
||||||
setenv = {[testenv:functional]setenv}
|
setenv = {[testenv:functional]setenv}
|
||||||
commands = {[testenv:functional]commands}
|
commands = {[testenv:functional]commands}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user