summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-11-19 22:29:33 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-11-19 22:30:07 +0000
commitc6b647954d1301b2837d943d88939af69e25e0dc (patch)
tree8b725cee7031ba714f05bc0bc682e08faedffec1
parent3d4070e0fe235f4dc18e07d5d4c27d6080177dbc (diff)
downloadoslo-log-c6b647954d1301b2837d943d88939af69e25e0dc.tar.gz
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: I8cab5e17e6f7ce743136c013faddf56497ca5def
-rw-r--r--playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml b/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
index 563f1a0..c3fab23 100644
--- a/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
+++ b/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
@@ -31,6 +31,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_GRENADE=pullup
+ export DEVSTACK_GATE_USE_PYTHON3=True
export BRANCH_OVERRIDE=default
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE