Switch py2 DSVM jobs to only run swift under py2
Other services are fine to move on to py3. We still want to test py2, though. Change-Id: I488f88a54948663c682b35dc976b62db6e72eef7
This commit is contained in:
parent
089b1a8b9a
commit
e5dad445b2
@ -222,6 +222,10 @@
|
|||||||
# This tox env get run twice; once for Keystone and once for tempauth
|
# This tox env get run twice; once for Keystone and once for tempauth
|
||||||
tox_envlist: func
|
tox_envlist: func
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
|
# Other services are fine to run py3
|
||||||
|
USE_PYTHON3: true
|
||||||
|
# explicitly state that we want to test swift under py2
|
||||||
|
DISABLED_PYTHON3_PACKAGES: 'swift'
|
||||||
SWIFT_HASH: changeme
|
SWIFT_HASH: changeme
|
||||||
# We don't need multiple replicas to run purely functional tests.
|
# We don't need multiple replicas to run purely functional tests.
|
||||||
# In fact, devstack special cases some things when there's only
|
# In fact, devstack special cases some things when there's only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user