From 21445db642200bcd4cd3021d74b0391b3ddc77e1 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 9 Nov 2022 12:45:11 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c6f373a1..b4873362 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: