X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fscripts%2Fxtesting-infra-healthcheck.sh;h=ad46583ed103013a285a2b38c527dba3e4659887;hb=59bfc801ac8e95679e6791bccb4b60777128d6ae;hp=a85c3a755520c8b8bf927a9852bc1ada1f252d35;hpb=41a2d0c59d27d75f124e168bc2acca0e91ab16f4;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh b/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh index a85c3a75..ad46583e 100755 --- a/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh +++ b/jjb/cloud-infra/scripts/xtesting-infra-healthcheck.sh @@ -25,12 +25,6 @@ echo "Info : Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE -# NOTE (eprasad): we need to override execution mode variable coming from change.properties file -if [[ "$CI_LOOP" != "release" ]]; then - export EXECUTION_MODE=$(echo "$EXECUTION_MODE" | sed 's/deployment/test/g') -else - export EXECUTION_MODE=online-test -fi cd $WORKSPACE/test ./test.sh -s "$STACK_TYPE" -b "$BRANCH" -c "$DEPLOY_SCENARIO" -f "$TEST_FW" -t "$TEST_SUITE" \