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. Need to update a file under python-k8sapp-platform in order to trigger the failing zuul jobs. Partial-Bug: 1994843 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I18235473c04fbcf97dd5df676f054f34cd18b8b8
This commit is contained in:
parent
48859ba190
commit
baccc223f0
@ -60,6 +60,7 @@
|
|||||||
parent: tox
|
parent: tox
|
||||||
description: |
|
description: |
|
||||||
Run flake8 test for k8sapp_platform
|
Run flake8 test for k8sapp_platform
|
||||||
|
nodeset: ubuntu-focal
|
||||||
files:
|
files:
|
||||||
- python-k8sapp-platform/*
|
- python-k8sapp-platform/*
|
||||||
vars:
|
vars:
|
||||||
@ -88,6 +89,7 @@
|
|||||||
parent: tox
|
parent: tox
|
||||||
description: |
|
description: |
|
||||||
Run bandit test for k8sapp_platform
|
Run bandit test for k8sapp_platform
|
||||||
|
nodeset: ubuntu-focal
|
||||||
files:
|
files:
|
||||||
- python-k8sapp-platform/*
|
- python-k8sapp-platform/*
|
||||||
vars:
|
vars:
|
||||||
|
@ -41,6 +41,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
TOX_WORK_DIR={toxworkdir}
|
TOX_WORK_DIR={toxworkdir}
|
||||||
PYLINTHOME={toxworkdir}
|
PYLINTHOME={toxworkdir}
|
||||||
|
|
||||||
|
# for debian the path to cgcs-patch is incorrect
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-e{[tox]stxdir}/config/sysinv/sysinv/sysinv
|
-e{[tox]stxdir}/config/sysinv/sysinv/sysinv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user