ref(_test): use helm-testing account

This commit is contained in:
Seth Goings
2015-12-03 13:03:08 -07:00
parent c2f6408be7
commit 72b16ec322
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -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})"
Binary file not shown.