From ed2b96dbfb8a563d589dc9914d71155d24325575 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 29 Oct 2013 21:26:06 -0400 Subject: [PATCH] Don't attempt to zuulify the old tree In the event that nothing else works, this change can be merged to prevent us from attempting to zuulify the old tree at all. This is known to work if the rest of the zuul changes don't. Change-Id: Idffb05d4438fdf45eafc1a8e1b9e371b210e60d9 --- devstack-vm-gate-wrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 2019bf27..c6dc0970 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -530,7 +530,7 @@ fi # able to do a single project, only devstack_gate, and have all the rest of # setup_workspace happen after it. if [ "$DEVSTACK_GATE_GRENADE" -eq "1" -o "$DEVSTACK_GATE_GRENADE_FORWARD" -eq "1" ]; then - setup_workspace $GRENADE_OLD_BRANCH $BASE/old 1 &> \ + setup_workspace $GRENADE_OLD_BRANCH $BASE/old 0 &> \ $WORKSPACE/logs/devstack-gate-setup-workspace-old.txt fi