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:
parent
afda8ecee8
commit
d0d3da82f5
15
.zuul.yaml
15
.zuul.yaml
@ -5,16 +5,16 @@
|
|||||||
- publish-opendev-tox-docs
|
- publish-opendev-tox-docs
|
||||||
check:
|
check:
|
||||||
jobs: &jobs
|
jobs: &jobs
|
||||||
- build-python-release:
|
- build-python-release
|
||||||
nodeset: ubuntu-focal
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
- tox-py35:
|
- tox-py35:
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-xenial
|
||||||
- tox-py36
|
- tox-py36:
|
||||||
- tox-py37
|
nodeset: ubuntu-bionic
|
||||||
|
- tox-py37:
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
- tox-py38
|
- tox-py38
|
||||||
- tox-py39:
|
- tox-py39
|
||||||
nodeset: ubuntu-focal
|
|
||||||
gate:
|
gate:
|
||||||
jobs: *jobs
|
jobs: *jobs
|
||||||
promote:
|
promote:
|
||||||
@ -22,5 +22,4 @@
|
|||||||
- opendev-promote-python
|
- opendev-promote-python
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
- opendev-release-python:
|
- opendev-release-python
|
||||||
nodeset: ubuntu-focal
|
|
||||||
|
Loading…
Reference in New Issue
Block a user