Update pylint test to use debian-bullseye nodeset

This aligns with other repos to specifically use the Debian bullseye
nodeset. A recent introduction of the ubuntu-noble nodeset has produced
some instability with failures during patch submission.

Change-Id: I19dd97905fbd562747360abeb3b77fb5960c226c
Closes-Bug: 2077748
Signed-off-by: Robert Church <robert.church@windriver.com>
This commit is contained in:
Robert Church 2024-08-23 09:29:45 -05:00
parent bcfb26840b
commit f3c8ccc6a0
3 changed files with 4 additions and 5 deletions

View File

@ -165,6 +165,7 @@
- job:
name: stx-integ-pylint
parent: tox
nodeset: debian-bullseye
required-projects:
- starlingx/config
vars:

View File

@ -1,3 +1,4 @@
hacking>=1.1.0,<=2.0.0 # Apache-2.0
bashate >= 0.2
PyYAML >= 3.1.0
yamllint >= 0.5.2
yamllint<1.26.1;python_version>="3.0" # GPLv2

View File

@ -1,11 +1,8 @@
[tox]
envlist = linters,pylint
minversion = 4
minversion = 2.3
skipsdist = True
stxdir = {toxinidir}/..
# Cap setuptools via virtualenv to prevent compatibility issue with pb5 5.5.0
requires =
virtualenv<20.24.0
[testenv]
basepython = python3