From baccc223f02ff06f0d71e95871c929e5b888cab1 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 28 Oct 2022 13:55:30 +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. 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 Change-Id: I18235473c04fbcf97dd5df676f054f34cd18b8b8 --- .zuul.yaml | 2 ++ python-k8sapp-platform/k8sapp_platform/tox.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 728e29e..e7f4be1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -60,6 +60,7 @@ parent: tox description: | Run flake8 test for k8sapp_platform + nodeset: ubuntu-focal files: - python-k8sapp-platform/* vars: @@ -88,6 +89,7 @@ parent: tox description: | Run bandit test for k8sapp_platform + nodeset: ubuntu-focal files: - python-k8sapp-platform/* vars: diff --git a/python-k8sapp-platform/k8sapp_platform/tox.ini b/python-k8sapp-platform/k8sapp_platform/tox.ini index 7b841ce..fed0a63 100644 --- a/python-k8sapp-platform/k8sapp_platform/tox.ini +++ b/python-k8sapp-platform/k8sapp_platform/tox.ini @@ -41,6 +41,7 @@ setenv = VIRTUAL_ENV={envdir} TOX_WORK_DIR={toxworkdir} PYLINTHOME={toxworkdir} +# for debian the path to cgcs-patch is incorrect deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -e{[tox]stxdir}/config/sysinv/sysinv/sysinv