Pin py38 jobs to focal

The default base job nodeset is moving 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.

Change-Id: I57433092ea2afbec4546659ea20f31161cc41a6e
This commit is contained in:
Clark Boylan 2022-10-25 10:05:49 -07:00
parent 4293d8b8d9
commit 866ae1c52b
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,7 @@ Python Jobs
.. zuul:autojob:: tox-py38
.. zuul:autojob:: tox-py39
.. zuul:autojob:: tox-py310
.. zuul:autojob:: tox-py311
.. zuul:autojob:: tox-docs
.. zuul:autojob:: tox-linters
.. zuul:autojob:: tox-molecule

View File

@ -7,7 +7,8 @@
jobs:
- zuul-tox-docs
- tox-py27
- tox-py38
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
@ -16,7 +17,8 @@
jobs:
- zuul-tox-docs
- tox-py27
- tox-py38
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310: