From d23d12a46257b5c22c5765a85b89da7748155901 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 19 Nov 2019 22:24:01 +0000 Subject: [PATCH] Migrate grenade jobs to py3 As part of community goal of dropping py27 support[1], we are moving the devstack to py3 by default[2]. That will make grenade job to perform upgrade from py2 to py3 which will not work (we have seen the failure in neutron-grenade job). To avoid existing grenade py2 job break, this commit moves grenade jobs to py3 which is what we planned as part dropping the py2 support. [1] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [2] https://review.opendev.org/#/c/649097/12 http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010938.html Change-Id: I6216868fc5405cc3f3a14cd5f32a38d778e64c2d --- playbooks/legacy/glance-dsvm-grenade-multinode/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/legacy/glance-dsvm-grenade-multinode/run.yaml b/playbooks/legacy/glance-dsvm-grenade-multinode/run.yaml index bc7e1b11b9..7b92941230 100644 --- a/playbooks/legacy/glance-dsvm-grenade-multinode/run.yaml +++ b/playbooks/legacy/glance-dsvm-grenade-multinode/run.yaml @@ -31,6 +31,7 @@ export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_CONFIGDRIVE=0 export DEVSTACK_GATE_GRENADE=pullup + export DEVSTACK_GATE_USE_PYTHON3=True export PROJECTS="openstack/grenade $PROJECTS" export BRANCH_OVERRIDE=default if [ "$BRANCH_OVERRIDE" != "default" ] ; then