Codebase list cinder-tempest-plugin / e5ae1ed
Get ready for tox 4 This patch makes tox 4 the default so that we can hopefully catch problems locally before they block the gate. tox changes: - removed skipsdist=True, which in tox 4 appears to break the pep8 testenv (which runs check-uuid) - made 4.0.0 the tox minversion zuul changes: - make the tgt job non-voting (it's failing on jammy, and we may be removing tgt support anyway) Change-Id: Ic5ebb60b96d795ac0f14882772d26e6d4adca37b Brian Rosmaita 3 years ago
2 changed file(s) with 11 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
77 - cinder-tempest-plugin-lvm-lio-barbican
88 - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream:
99 voting: false
10 - cinder-tempest-plugin-lvm-tgt-barbican
10 # FIXME: the tgt job is broken on jammy, and we may be removing tgt
11 # support anyway. So make it non-voting until we figure out what to
12 # do about this, which should be at the March 2023 virtual PTG.
13 - cinder-tempest-plugin-lvm-tgt-barbican:
14 voting: false
1115 - nova-ceph-multistore:
1216 voting: false
1317 - cinder-tempest-plugin-cbak-ceph
2630 gate:
2731 jobs:
2832 - cinder-tempest-plugin-lvm-lio-barbican
29 - cinder-tempest-plugin-lvm-tgt-barbican
33 # FIXME: no sense running a non-voting gate job. See comment above.
34 # - cinder-tempest-plugin-lvm-tgt-barbican
3035 - cinder-tempest-plugin-cbak-ceph
3136 experimental:
3237 jobs:
00 [tox]
1 minversion = 3.18.0
1 minversion = 4.0.0
2 # specify virtualenv here to keep local runs consistent with the
3 # gate (it sets the versions of pip, setuptools, and wheel)
4 requires = virtualenv>=20.17.1
25 envlist = pep8
3 skipsdist = True
46 # this allows tox to infer the base python from the environment name
57 # and override any basepython configured in this file
68 ignore_basepython_conflict=true