zuul-jobs/zuul-tests.d/project.yaml
Clark Boylan 68f675f5a3 Add tox-py311 job
Python 3.11 is out now. Add a tox-py3.11 base job to make it easier to
run tests on this new release of Python.

Change-Id: I19c98c0e683e36f727ae869e7b60f7c16d7eb78d
2022-10-25 10:08:39 -07:00

33 lines
792 B
YAML

# Note, this file is only part of the project definition; there is a project
# definition in each file in this directory as well which is combined with
# this.
- project:
check:
jobs:
- zuul-tox-docs
- tox-py27
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
gate:
jobs:
- zuul-tox-docs
- tox-py27
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
promote:
jobs:
- zuul-promote-docs