From fc1ae49d4cce393086f605c612ac8010f3c3f1ba Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Wed, 26 Oct 2022 18:24:32 +0000 Subject: [PATCH] Fix zuul failures during pylint setup The ubuntu-jammy nodeset gets selected by default starting around yesterday, and something about the headers is mismatched. 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: I6ebd106485f7b9b07bbd3e563fb09248bbc12ca3 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 906f0b9..17f23d3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -48,6 +48,7 @@ name: stx-distcloud-client-tox-pylint parent: tox description: Run pylint for distcloud-client + nodeset: ubuntu-focal vars: tox_envlist: pylint tox_extra_args: -c distributedcloud-client/tox.ini