Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.

This should help us debug the large number of gcloud crashes we are
seeing.
This commit is contained in:
Matt Liggett 2016-04-04 15:07:53 -07:00
parent 6950fab441
commit 3a4beb1ef1

View File

@ -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"