diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 85f3dbde..3d3e1f87 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -308,6 +308,9 @@ export BASE=/opt/stack # we are testing the proposed change from this point forward. GATE_SCRIPT_DIR=$BASE/new/devstack-gate +# The URL from which to fetch ZUUL references +export ZUUL_URL=${ZUUL_URL:-http://zuul.openstack.org/p} + # Make a directory to store logs rm -rf logs mkdir -p logs @@ -323,9 +326,6 @@ if [[ $ZUUL_PROJECT == "openstack-infra/devstack-gate" ]] && [[ $RE_EXEC != "tru exec $GATE_SCRIPT_DIR/devstack-vm-gate-wrap.sh fi -# The URL from which to fetch ZUUL references -export ZUUL_URL=${ZUUL_URL:-http://zuul.openstack.org/p} - # Set to 1 to run the Tempest test suite export DEVSTACK_GATE_TEMPEST=${DEVSTACK_GATE_TEMPEST:-0}