Set stack_type in parameters
[infra/cicd.git] / jjb / cloud-infra / scripts / xtesting-infra-healthcheck.sh
index a85c3a755520c8b8bf927a9852bc1ada1f252d35..4ec460376133b0c31cf2ccdc90725021f793e29b 100755 (executable)
@@ -25,12 +25,10 @@ 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
+
+# Note (eprasad): Set execution mode
+export EXECUTION_MODE=online-test
+
 
 cd $WORKSPACE/test
 ./test.sh -s "$STACK_TYPE" -b "$BRANCH" -c "$DEPLOY_SCENARIO" -f "$TEST_FW" -t "$TEST_SUITE" \