From c61ae111bef9b77c24c6e4189425b7448552db30 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 28 Oct 2022 17:25:45 +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-bionic works if using stein upper-constraints. ubuntu-focal works if using the debian upper-constraints. Need to update a file that is monitored by zuul in order to trigger the failing zuul jobs. Partial-Bug: 1994843 Signed-off-by: Al Bailey Change-Id: Idd435815d995c8ed7b9d538d7abb7bd79066af20 --- .zuul.yaml | 1 + python-k8sapp-vault/k8sapp_vault/tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 279f4fe..b0cd51d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -49,6 +49,7 @@ parent: tox description: | Run pylint test for k8sapp_vault + nodeset: ubuntu-bionic required-projects: - starlingx/config - starlingx/fault diff --git a/python-k8sapp-vault/k8sapp_vault/tox.ini b/python-k8sapp-vault/k8sapp_vault/tox.ini index eb1a482..84ff37e 100644 --- a/python-k8sapp-vault/k8sapp_vault/tox.ini +++ b/python-k8sapp-vault/k8sapp_vault/tox.ini @@ -40,6 +40,7 @@ setenv = VIRTUAL_ENV={envdir} TOX_WORK_DIR={toxworkdir} PYLINTHOME={toxworkdir} +# the path to cgcs-patch should be updated to sw-patch deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -e{[tox]stxdir}/config/sysinv/sysinv/sysinv