diff options
author | 2018-04-09 15:44:11 +0200 | |
---|---|---|
committer | 2018-04-11 08:42:35 +0000 | |
commit | 2053990dce3fe1ae7f4e79afc69ef172e030d983 (patch) | |
tree | 6e8a8c02a94e7e67bcb4a5420695275c1d3ed9bd /jjb/xci | |
parent | 33d635957986ff61409631f6d33867af90d45cd5 (diff) |
xci: Enable Functest Healthcheck for Kubernetes scenarios
This change enables Functest for kubernetes scenarios but any change
that impacts kubernetes scenarios will fail and block the change from
merging until the prepare-functest playbook and role are fixed in
releng-xci.
Change-Id: I046e3a0fb9a211cf9d629899017922288d466b0c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci')
-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 |