Commit 1bbd3de5 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #21025 from dchen1107/test1

Export HAIRPIN_MODE environment variable for soaking test.
parents 9d3633a1 9a23c52c
...@@ -872,6 +872,7 @@ export GCE_SERVICE_ACCOUNT=$(gcloud auth list 2> /dev/null | grep active | cut - ...@@ -872,6 +872,7 @@ export GCE_SERVICE_ACCOUNT=$(gcloud auth list 2> /dev/null | grep active | cut -
export FAIL_ON_GCP_RESOURCE_LEAK="${FAIL_ON_GCP_RESOURCE_LEAK:-false}" export FAIL_ON_GCP_RESOURCE_LEAK="${FAIL_ON_GCP_RESOURCE_LEAK:-false}"
export ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-} export ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-}
export EXIT_ON_WEAK_ERROR=${EXIT_ON_WEAK_ERROR:-} export EXIT_ON_WEAK_ERROR=${EXIT_ON_WEAK_ERROR:-}
export HAIRPIN_MODE=${HAIRPIN_MODE:-}
# GKE variables # GKE variables
export CLUSTER_NAME=${E2E_CLUSTER_NAME} export CLUSTER_NAME=${E2E_CLUSTER_NAME}
......
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