Commit 3a4beb1e authored by Matt Liggett's avatar Matt Liggett

Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.

This should help us debug the large number of gcloud crashes we are seeing.
parent 6950fab4
......@@ -146,6 +146,7 @@
export E2E_MIN_STARTUP_PODS="1"
export KUBE_GCE_ZONE="us-central1-f"
export FAIL_ON_GCP_RESOURCE_LEAK="true"
export CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS="1"
gke-provider-env: |
export KUBERNETES_PROVIDER="gke"
export ZONE="us-central1-f"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment