diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 3e8703d6..a6d0853e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -619,6 +619,21 @@ bindep_profile: test py39 python_version: '3.9' +- job: + name: openstack-tox-functional-py310 + parent: openstack-tox + nodeset: ubuntu-jammy + description: | + Run tox-based functional tests for an OpenStack Python project + under cPython version 3.10. + + Uses tox with the ``functional-py310`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: functional-py310 + bindep_profile: test py310 + python_version: '3.10' + - job: name: openstack-tox-functional-py36-fips parent: openstack-tox-functional-py36