866ae1c52b
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
29 lines
682 B
YAML
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
|