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:
parent
bcfb26840b
commit
f3c8ccc6a0
@ -165,6 +165,7 @@
|
||||
- job:
|
||||
name: stx-integ-pylint
|
||||
parent: tox
|
||||
nodeset: debian-bullseye
|
||||
required-projects:
|
||||
- starlingx/config
|
||||
vars:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user