Run python3.11 job on Jammy
We didn't specify the nodeset to run the python3.11 tox jobs on so we go with default which is now Noble. Noble has python3.12 not 3.11 so we fail to find the right python version. Fix this by pinning back to Jammy (the old default). Change-Id: I4858021e838dd9494744668d33d4c520c9f5b048
This commit is contained in:
parent
1cee24ce0b
commit
b16ec64fa4
@ -61,7 +61,8 @@
|
||||
- tox-pep8
|
||||
- tox-py38:
|
||||
nodeset: ubuntu-focal
|
||||
- tox-py311
|
||||
- tox-py311:
|
||||
nodeset: ubuntu-jammy
|
||||
- opendev-buildset-registry
|
||||
- lodgeit-build-opendev-image
|
||||
gate:
|
||||
@ -69,7 +70,8 @@
|
||||
- tox-pep8
|
||||
- tox-py38:
|
||||
nodeset: ubuntu-focal
|
||||
- tox-py311
|
||||
- tox-py311:
|
||||
nodeset: ubuntu-jammy
|
||||
- opendev-buildset-registry
|
||||
- lodgeit-upload-opendev-image
|
||||
promote:
|
||||
|
Loading…
Reference in New Issue
Block a user