diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 07991dae..2bf270b6 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -628,6 +628,21 @@ bindep_profile: test py310 python_version: '3.10' +- job: + name: openstack-tox-functional-py311 + parent: openstack-tox + nodeset: debian-bookworm + description: | + Run tox-based functional tests for an OpenStack Python project + under cPython version 3.11. + + Uses tox with the ``functional-py311`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: functional-py311 + bindep_profile: test py311 + python_version: '3.11' + - job: name: openstack-tox-functional-py36-fips parent: openstack-tox-functional-py36