diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-11 12:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-11 12:56:59 +0000 |
commit | 79e542dffae23546da42ff35ad5219578259392b (patch) | |
tree | 415c4ec04fab712287b815ee47edd935b4709a7f /jjb/xci/xci-run-functest.sh | |
parent | 88f66aa2aa1d04eaa28b9f99b2b2aa9454ce031e (diff) | |
parent | 2053990dce3fe1ae7f4e79afc69ef172e030d983 (diff) |
Merge "xci: Enable Functest Healthcheck for Kubernetes scenarios"
Diffstat (limited to 'jjb/xci/xci-run-functest.sh')
-rwxr-xr-x | jjb/xci/xci-run-functest.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh index 78b7d442c..83acd6062 100755 --- a/jjb/xci/xci-run-functest.sh +++ b/jjb/xci/xci-run-functest.sh @@ -24,12 +24,6 @@ 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 |