From 353178b4b2a25a79f8fe7f722dd990c7b298654f Mon Sep 17 00:00:00 2001 From: rabi Date: Thu, 9 Jun 2016 14:54:03 +0530 Subject: [PATCH] Run orig jobs without convergence engine We seem to be running all jobs with convergence enabled. We should run the orig jobs without convergence. Change-Id: I0dfdc319c25e5eb1da15eea83b5e77ee44c44461 Depends-On: I775fe499546ae8adfd2a8a1c062b5754ab71b50c --- heat_integrationtests/pre_test_hook.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index ddedeab3f..be0b7969c 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -24,8 +24,8 @@ echo "HEAT_ENABLE_ADOPT_ABANDON=True" >> $localrc_path echo -e '[[post-config|$HEAT_CONF]]\n[DEFAULT]\n' >> $localconf -if [ "$ENABLE_CONVERGENCE" == "true" ] ; then - echo -e 'convergence_engine=true\n' >> $localconf +if [ "$DISABLE_CONVERGENCE" == "true" ] ; then + echo -e 'convergence_engine=false\n' >> $localconf fi echo -e 'notification_driver=messagingv2\n' >> $localconf