From 42118e3e8fb8bfa3e55949c3fd9b0cd6790f0a52 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 28 Oct 2022 18:56:39 +0000 Subject: [PATCH] Fix zuul failures during setup The ubuntu-jammy nodeset gets selected by default and is causing problems during setup. Collecting cffi>=1.1 Failed to build cffi ubuntu-focal seem to work fine. Will specify the nodeset to be focal to resolve this. Partial-Bug: 1994843 Signed-off-by: Al Bailey Change-Id: Ia6c3ea27285f42cebe6ee13a05ff6272fb8a7ba1 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index bcd4149a..9136e63c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -37,6 +37,7 @@ - job: name: py3-bandit parent: tox + nodeset: ubuntu-focal vars: tox_envlist: bandit