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
This commit is contained in:
Sean Dague
2013-10-29 21:26:06 -04:00
parent a146a270cc
commit ed2b96dbfb

View File

@@ -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