diff --git a/_test/config.sh b/_test/config.sh index 0ca3fd8868..b0dc1f84e8 100644 --- a/_test/config.sh +++ b/_test/config.sh @@ -1,6 +1,6 @@ export TEST_ROOT_DIR="$(cd "$(dirname $(dirname $0))"; pwd)" export HELM_ARTIFACT_REPO="${HELM_ARTIFACT_REPO:-helm-ci}" -CLUSTER_NAME="${CLUSTER_NAME:-helm-test-travis}" +CLUSTER_NAME="${CLUSTER_NAME:-helm-testing}" GOOGLE_SDK_DIR="${HOME}/google-cloud-sdk" export HELM_BIN="${TEST_ROOT_DIR}/helm.bin" export TEST_DIR="${TEST_ROOT_DIR}/_test" diff --git a/_test/gke.sh b/_test/gke.sh index 53a72632f1..f3f236a300 100644 --- a/_test/gke.sh +++ b/_test/gke.sh @@ -36,6 +36,7 @@ function gke-destroy { if command -v gcloud &>/dev/null; then gcloud -q container clusters delete "${K8S_CLUSTER_NAME}" --no-wait log-info "Cluster ${K8S_CLUSTER_NAME} scheduled for destruction. Muahaha." + log-info "Set SKIP_DESTROY=true if you don't want cluster destruction-on-exit behavior" fi else log-warn "Skipping destruction of ${K8S_CLUSTER_NAME} (SKIP_DESTROY=${SKIP_DESTROY})" diff --git a/_test/secrets/gcloud-credentials.json.enc b/_test/secrets/gcloud-credentials.json.enc index 0954b0ab08..ab6f273652 100644 Binary files a/_test/secrets/gcloud-credentials.json.enc and b/_test/secrets/gcloud-credentials.json.enc differ