diff options
author | Ghanshyam Mann <gmann@ghanshyammann.com> | 2019-11-19 21:47:08 +0000 |
---|---|---|
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | 2019-11-19 21:47:08 +0000 |
commit | 057553b2e709ffefffda51e367bc4423268fc186 (patch) | |
tree | c992528afbb14da73872eb9f8dededaa4fa3b012 /playbooks | |
parent | ed7add1638b862cb5e682fea2c70fb104eb65d87 (diff) | |
download | heat-057553b2e709ffefffda51e367bc4423268fc186.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: If34ed713ff09c5bb8c72f97cb7b08e653cd3edd2
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/devstack/grenade/run.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/devstack/grenade/run.yaml b/playbooks/devstack/grenade/run.yaml index ec2ee28b8..ab1838dd5 100644 --- a/playbooks/devstack/grenade/run.yaml +++ b/playbooks/devstack/grenade/run.yaml @@ -48,6 +48,7 @@ export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_NOTESTS=1 export DEVSTACK_GATE_GRENADE=pullup + export DEVSTACK_GATE_USE_PYTHON3=True if [ "{{ branch_override }}" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi |