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 <al.bailey@windriver.com>
Change-Id: Id92b1eeb2e8e915f18c144f1b9de321bab85f76f
This commit is contained in:
Al Bailey 2022-10-26 18:42:47 +00:00 committed by Andre Carneiro
parent 4c625c599d
commit 06e81c8684
1 changed files with 2 additions and 0 deletions

View File

@ -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