zuul-jobs/zuul-tests.d/project.yaml
Clark Boylan 866ae1c52b Pin py38 jobs to focal
The default base job nodeset is moving from focal to jammy. Jammy
doesn't have python3.8 to run these jobs. Address that by explicitly
forcing these jobs to run on focal.

Change-Id: I57433092ea2afbec4546659ea20f31161cc41a6e
2022-10-25 10:05:49 -07:00

29 lines
682 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
gate:
jobs:
- zuul-tox-docs
- tox-py27
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
promote:
jobs:
- zuul-promote-docs