From 06e81c8684063f02bbb8b5c707717821efb06a5c Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Wed, 26 Oct 2022 18:42:47 +0000 Subject: [PATCH] Fix zuul failures during pep8 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: Id92b1eeb2e8e915f18c144f1b9de321bab85f76f --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 18db2abf4..abdabe723 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -92,6 +92,7 @@ name: stx-distcloud-tox-pep8 parent: tox description: Run pep8 for distcloud + nodeset: ubuntu-focal required-projects: - starlingx/fault - starlingx/nfv @@ -104,6 +105,7 @@ - job: name: stx-distcloud-tox-pep8-debian parent: tox + nodeset: ubuntu-focal description: Run pep8 for distcloud required-projects: - starlingx/fault