From 60f7cb230899f6960d57394453514a57690414ca Mon Sep 17 00:00:00 2001 From: Andy Ning Date: Tue, 8 Jun 2021 18:19:10 -0400 Subject: [PATCH] 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 Change-Id: I584e80d6286dbaf5439cbff593d0ad74da96ab77 --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 917d7490..ddcb9f46 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -49,13 +49,11 @@ vars: tox_envlist: functional devstack_services: - # cgtsclient: true fm-common: true fm-api: true fm-rest-api: true fm-mgr: true devstack_plugins: - # config: https://opendev.org/starlingx/config fault: https://opendev.org/starlingx/fault integ: https://opendev.org/starlingx/integ update: https://opendev.org/starlingx/update @@ -89,6 +87,7 @@ parent: tox description: | Run pylint for python files in fault + nodeset: ubuntu-bionic required-projects: - starlingx/config vars: