Fix nodeset selections for zuul jobs

We now are using focal nodes by default, so we no longer need to
explicitly select those, instead we need bionic for py36+py37.

Change-Id: I0f0f44e57a100420d8e6d2eaec7dbb5d77b654af
This commit is contained in:
Jens Harbott 2021-06-17 07:27:24 +02:00
parent afda8ecee8
commit d0d3da82f5
1 changed files with 7 additions and 8 deletions

View File

@ -5,16 +5,16 @@
- publish-opendev-tox-docs
check:
jobs: &jobs
- build-python-release:
nodeset: ubuntu-focal
- build-python-release
- tox-linters
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- tox-py37
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
nodeset: ubuntu-bionic
- tox-py38
- tox-py39:
nodeset: ubuntu-focal
- tox-py39
gate:
jobs: *jobs
promote:
@ -22,5 +22,4 @@
- opendev-promote-python
release:
jobs:
- opendev-release-python:
nodeset: ubuntu-focal
- opendev-release-python