git-review/.zuul.yaml
Dr. Jens Harbott 21445db642 Fix nodesets for tox jobs
The default nodeset has switched from focal to jammy, so we need to pin
the jobs that require focal to the correct nodesets.

Change-Id: I6d8dad4c4a4cbfa3a395b2f8a5e40f6717878a8b
2022-11-09 14:06:22 +01:00

27 lines
590 B
YAML

- project:
vars:
release_python: python3
templates:
- publish-opendev-tox-docs
check:
jobs: &jobs
- build-python-release
- tox-linters
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
nodeset: ubuntu-bionic
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
gate:
jobs: *jobs
promote:
jobs:
- opendev-promote-python
release:
jobs:
- opendev-release-python
- opendev-publish-unversioned-tox-docs