From: Eric Ball Date: Wed, 15 Apr 2020 01:46:09 +0000 (+0000) Subject: Merge "Fix k8s tests run in CI" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=14b538c8e21e6e5517a53a98143dfdea54e62d7b;hp=dea121ae9ba14e57d44454c81847d068e444116f Merge "Fix k8s tests run in CI" --- diff --git a/jjb/shell/run_bluval.sh b/jjb/shell/run_bluval.sh index 76f8766..fc16781 100755 --- a/jjb/shell/run_bluval.sh +++ b/jjb/shell/run_bluval.sh @@ -107,7 +107,7 @@ cluster_master_ip=${cluster_master_ip:-$CLUSTER_MASTER_IP} ssh_user=${sh_user:-$CLUSTER_SSH_USER} blueprint_layer=${blueprint_layer:-$LAYER} -if [ "$blueprint_layer" == "k8s" ] +if [ "$blueprint_layer" == "k8s" ] || [ -z "$blueprint_layer" ] then if [ -z "$cluster_master_ip" ] then