From 9a23c52cb84722bb79cea7b6e3053a845c7a80b0 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Wed, 10 Feb 2016 17:24:45 -0800 Subject: [PATCH] Export HAIRPIN_MODE environment variable for soaking test. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 60eb7c33f4d..2a6a02b498a 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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 ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-} export EXIT_ON_WEAK_ERROR=${EXIT_ON_WEAK_ERROR:-} +export HAIRPIN_MODE=${HAIRPIN_MODE:-} # GKE variables export CLUSTER_NAME=${E2E_CLUSTER_NAME}