summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Jens Harbott <harbott@osism.tech>2022-11-09 12:45:11 +0100
committerDr. Jens Harbott <harbott@osism.tech>2022-11-09 14:06:22 +0100
commit21445db642200bcd4cd3021d74b0391b3ddc77e1 (patch)
treeb06aec186982e8f9e1692c71edbb845d2019f1e5
parent7009d7d03d8e7f50d35a0ba9b3793663ae88bb45 (diff)
downloadgit-review-21445db642200bcd4cd3021d74b0391b3ddc77e1.tar.gz
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
-rw-r--r--.zuul.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c6f373a..b487336 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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: