From 432d04149bf9b3992a8b4a2e2ab26b6c0ed5946e Mon Sep 17 00:00:00 2001 From: gmarek Date: Fri, 5 Feb 2016 15:57:32 +0100 Subject: [PATCH] Run enormous-startup suite in us-east1-b zone --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index e751ba3023c..8aefaf05de0 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -620,7 +620,7 @@ case ${JOB_NAME} in # Temporarily switch of Heapster, as this will not schedule anywhere. # TODO: Think of a solution to enable it. ENABLE_CLUSTER_MONITORING="none" - E2E_ZONE="asia-east1-a" + E2E_ZONE="us-east1-b" MASTER_SIZE="n1-standard-32" NODE_SIZE="n1-standard-1" NODE_DISK_SIZE="50GB"