Merge "xci: Set installer type for the tested scenario"
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 12 Mar 2018 13:21:31 +0000 (13:21 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 12 Mar 2018 13:21:32 +0000 (13:21 +0000)
jjb/xci/xci-run-functest.sh

index d57a625..1bc569a 100755 (executable)
@@ -23,6 +23,12 @@ if [[ "$GERRIT_TOPIC" =~ skip-verify|skip-deployment ]]; then
     exit 0
 fi
 
+# skip the healthcheck if the scenario is Kubernetes scenario
+if [[ "$DEPLOY_SCENARIO" =~ k8 ]]; then
+    echo "Skipping the healthcheck!"
+    exit 0
+fi
+
 # if the scenario is external, we need to wipe WORKSPACE to place releng-xci there since
 # the project where the scenario is coming from is cloned and the patch checked out to the
 # xci/scenarios/$DEPLOY_SCENARIO to be synched on clean VM