diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d5256f6a..ca8e4740 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -451,6 +451,23 @@ Uses tox with the ``py310`` environment in arm64 platform. +- job: + name: openstack-tox-py311 + parent: openstack-tox + nodeset: debian-bookworm + timeout: 2400 + description: | + + Run unit tests for an OpenStack Python project under cPython + version 3.11. + + Uses tox with the ``py311`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: py311 + bindep_profile: test py311 + python_version: '3.11' + - job: name: openstack-tox-pypy parent: openstack-tox