Commit d427eeea authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #23842 from mml/gcloud

Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.
parents 75b01662 3a4beb1e
......@@ -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