From: Jose Lausuch Date: Mon, 2 Oct 2017 08:26:39 +0000 (+0200) Subject: [Functest] Continue the job execution if healhcheck fails X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F43825%2F2;p=releng.git [Functest] Continue the job execution if healhcheck fails This will allow the push-test-logs.sh script to be executed in any case instead of exiting directly Change-Id: I03c40e2f368485389a21313f98745217ae634eca Signed-off-by: Jose Lausuch --- diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 797f66001..f5f39b8ff 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -23,7 +23,7 @@ run_tiers() { echo ${ret_value} > ${ret_val_file} if [ ${tier} == 'healthcheck' ]; then echo "Healthcheck tier failed. Exiting Functest..." - exit 1 + break fi fi done