Fix nodesets for tox jobs
The default nodeset has switched from focal to jammy, so we need to pin the jobs that require focal to the correct nodesets. Change-Id: I6d8dad4c4a4cbfa3a395b2f8a5e40f6717878a8b
This commit is contained in:
parent
7009d7d03d
commit
21445db642
@ -11,8 +11,10 @@
|
||||
nodeset: ubuntu-bionic
|
||||
- tox-py37:
|
||||
nodeset: ubuntu-bionic
|
||||
- tox-py38
|
||||
- tox-py39
|
||||
- tox-py38:
|
||||
nodeset: ubuntu-focal
|
||||
- tox-py39:
|
||||
nodeset: ubuntu-focal
|
||||
gate:
|
||||
jobs: *jobs
|
||||
promote:
|
||||
|
Loading…
Reference in New Issue
Block a user