Fix zone for 1.2 scalability job.

This commit is contained in:
Joe Finney 2016-03-16 10:24:32 -07:00
parent 41c85d1113
commit b38fecd35b

View File

@ -269,6 +269,7 @@
export PROJECT="k8s-e2e-gce-scalability-1-1"
export FAIL_ON_GCP_RESOURCE_LEAK="false"
# Override GCE defaults.
export KUBE_GCE_ZONE="us-east1-b"
export MASTER_SIZE="n1-standard-4"
export NODE_SIZE="n1-standard-2"
export NODE_DISK_SIZE="50GB"