diff --git a/jenkins/jobs/heat.yaml b/jenkins/jobs/heat.yaml index 32e7ff657c..8c7792b882 100644 --- a/jenkins/jobs/heat.yaml +++ b/jenkins/jobs/heat.yaml @@ -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}