Disable convergence for jobs with legacy engine

Now that convergence is enabled by default let's flip
the check.

Change-Id: I775fe499546ae8adfd2a8a1c062b5754ab71b50c
This commit is contained in:
rabi 2016-06-09 15:32:45 +05:30 committed by Rabi Mishra
parent 07eb268c2e
commit 82d95bed6d

View File

@ -121,8 +121,8 @@
export DEVSTACK_GATE_POSTGRES=1 export DEVSTACK_GATE_POSTGRES=1
fi fi
if [ "{engine}" == "convg" ] ; then if [ "{engine}" == "orig" ] ; then
export ENABLE_CONVERGENCE=true export DISABLE_CONVERGENCE=true
fi fi
export BRANCH_OVERRIDE={branch-override} export BRANCH_OVERRIDE={branch-override}