Merge "Disable convergence for jobs with legacy engine"

This commit is contained in:
Jenkins 2016-06-14 07:01:48 +00:00 committed by Gerrit Code Review
commit 86f2e2c4c1
1 changed files with 2 additions and 2 deletions

View File

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