Switch legacy jobs to Py3
Our legacy jobs were running on py2.7, let's switch to py3 before dropping py2.7 Change-Id: I60a7e8ae62543304cff87eeb3c7006444899a2d2
This commit is contained in:
parent
2a6b74b558
commit
2c6722199f
@ -65,6 +65,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
|
||||
export DEVSTACK_GATE_TLSPROXY=0
|
||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||
export BUILD_TIMEOUT
|
||||
|
||||
export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin networking-generic-switch https://opendev.org/openstack/networking-generic-switch"
|
||||
|
@ -36,6 +36,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
|
||||
export DEVSTACK_GATE_TLSPROXY=0
|
||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||
export BUILD_TIMEOUT
|
||||
|
||||
# Standardize VM size for each supported ramdisk
|
||||
|
Loading…
Reference in New Issue
Block a user