Merge "Fix zuul failures during setup"

This commit is contained in:
Zuul 2022-11-15 12:39:14 +00:00 committed by Gerrit Code Review
commit 960e9eddf6
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@
parent: tox
description: |
Run pylint test for k8sapp_portieris
nodeset: ubuntu-bionic
required-projects:
- starlingx/config
- starlingx/fault

View File

@ -39,6 +39,7 @@ setenv = VIRTUAL_ENV={envdir}
TOX_WORK_DIR={toxworkdir}
PYLINTHOME={toxworkdir}
# the path to cgcs-patch needs to be updated to sw-patch
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-e{[tox]stxdir}/config/sysinv/sysinv/sysinv
@ -109,7 +110,7 @@ commands = bandit --ini tox.ini -n 5 -r k8sapp_portieris
[testenv:pylint]
basepython = python3
sitepackages = False
# If this target is run on python3.8 or later, the install_command needs the debian upper-constaints
deps = {[testenv]deps}
pylint
commands =