Fix zuul pylint failure on review

For a review in stx/fault repo if pylint runs on ubuntu-focal,
it'll fail with error "ERROR: InvocationError for command ...".
This update fixed this by restricting pylint to run on
the compatible ubuntu-bionic, as we do for stx/config repo.

Closes-Bug: 1930919
Signed-off-by: Andy Ning <andy.ning@windriver.com>
Change-Id: I584e80d6286dbaf5439cbff593d0ad74da96ab77
This commit is contained in:
Andy Ning 2021-06-08 18:19:10 -04:00 committed by albailey
parent 3280e6cd5b
commit 60f7cb2308
1 changed files with 1 additions and 2 deletions

View File

@ -49,13 +49,11 @@
vars: vars:
tox_envlist: functional tox_envlist: functional
devstack_services: devstack_services:
# cgtsclient: true
fm-common: true fm-common: true
fm-api: true fm-api: true
fm-rest-api: true fm-rest-api: true
fm-mgr: true fm-mgr: true
devstack_plugins: devstack_plugins:
# config: https://opendev.org/starlingx/config
fault: https://opendev.org/starlingx/fault fault: https://opendev.org/starlingx/fault
integ: https://opendev.org/starlingx/integ integ: https://opendev.org/starlingx/integ
update: https://opendev.org/starlingx/update update: https://opendev.org/starlingx/update
@ -89,6 +87,7 @@
parent: tox parent: tox
description: | description: |
Run pylint for python files in fault Run pylint for python files in fault
nodeset: ubuntu-bionic
required-projects: required-projects:
- starlingx/config - starlingx/config
vars: vars: