Pin py38 jobs to focal
The default base job nodeset has moved 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. Also drop the jammy pin from the linter job as that override is no longer necessary. Change-Id: Id41d49b09ae214dbea263e536c793070be80ed8f Co-Authored-By: Clark Boylan <cboylan@sapwetik.org>
This commit is contained in:
parent
9fcf9d05ff
commit
17fb56edcd
12
.zuul.yaml
12
.zuul.yaml
@ -261,9 +261,9 @@
|
||||
- opendev-buildset-registry
|
||||
- nodepool-build-image
|
||||
- zuul-tox-docs
|
||||
- tox-pep8:
|
||||
nodeset: ubuntu-jammy
|
||||
- nodepool-tox-py38
|
||||
- tox-pep8
|
||||
- nodepool-tox-py38:
|
||||
nodeset: ubuntu-focal
|
||||
- nodepool-tox-py310
|
||||
- nodepool-functional-container-openstack-release
|
||||
- nodepool-functional-k8s
|
||||
@ -276,9 +276,9 @@
|
||||
jobs:
|
||||
- nodepool-upload-image
|
||||
- zuul-tox-docs
|
||||
- tox-pep8:
|
||||
nodeset: ubuntu-jammy
|
||||
- nodepool-tox-py38
|
||||
- tox-pep8
|
||||
- nodepool-tox-py38:
|
||||
nodeset: ubuntu-focal
|
||||
- nodepool-tox-py310
|
||||
- nodepool-functional-k8s
|
||||
- nodepool-functional-openshift
|
||||
|
Loading…
Reference in New Issue
Block a user