diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 783afe85..ff6da2e3 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -650,6 +650,22 @@ bindep_profile: test py311 python_version: '3.11' +- job: + name: openstack-tox-functional-py312 + parent: openstack-tox + nodeset: debian-bookworm + description: | + Run tox-based functional tests for an OpenStack Python project + under cPython version 3.12. + + Uses tox with the ``functional-py312`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: functional-py312 + bindep_profile: test py312 + python_use_pyenv: True + python_version: '3.12' + - job: name: openstack-tox-functional-py36-fips parent: openstack-tox-functional-py36