Fix grenade job & pin pylint on stable/branches

devstack_localrc is not used in grenade jobs, use
grenade_devstack_localrc instead.

pylint release 2.16.x adds new checkers, pin pylint to the previously
used version.

Change-Id: I012ac70d511906a7401f92a3112c931b271dbefa
This commit is contained in:
Gregory Thiemonge 2023-02-06 21:36:29 +01:00
parent 95bc6060e6
commit c87fbc07a3
2 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
flake8-import-order==0.12 # LGPLv3
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
pylint>=2.5.3 # GPLv2
pylint>=2.5.3,<=2.15.10 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD

View File

@ -39,10 +39,11 @@
- opendev.org/openstack/octavia-tempest-plugin
- opendev.org/openstack/python-octaviaclient
vars:
devstack_localrc:
DIB_LOCAL_ELEMENTS: openstack-ci-mirrors
LIBVIRT_TYPE: kvm
LIBVIRT_CPU_MODE: host-passthrough
grenade_devstack_localrc:
shared:
DIB_LOCAL_ELEMENTS: openstack-ci-mirrors
LIBVIRT_TYPE: kvm
LIBVIRT_CPU_MODE: host-passthrough
devstack_local_conf:
test-config:
"$TEMPEST_CONFIG":