![Dr. Jens Harbott](/assets/img/avatar_default.png)
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
27 lines
590 B
YAML
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
|