From 19ed6048a0f517332f63cf58102cd2ce33fec4c0 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 19 Nov 2019 10:16:28 -0800 Subject: [PATCH] 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 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0dc195d7fc..2b80850d1e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -178,6 +178,10 @@ # This tox env get run twice; once for Keystone and once for tempauth tox_envlist: func 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 # We don't need multiple replicas to run purely functional tests. # In fact, devstack special cases some things when there's only