Configurations of jenkins e2e cluster and default private e2e cluster made consistent.

Configurations of jenkins e2e cluster and default private e2e cluster made consistent.
This commit is contained in:
Jerzy Szczepkowski
2015-09-01 13:47:17 +02:00
parent b2cfb8cb8e
commit 2684018bb5
2 changed files with 3 additions and 6 deletions

View File

@@ -69,9 +69,6 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then
KUBERNETES_PROVIDER="gce"
: ${E2E_MIN_STARTUP_PODS:="1"}
: ${E2E_ZONE:="us-central1-f"}
: ${MASTER_SIZE:="n1-standard-2"}
: ${MINION_SIZE:="n1-standard-2"}
: ${NUM_MINIONS:="3"}
: ${NUM_MINIONS_PARALLEL:="6"} # Number of nodes required to run all of the tests in parallel
fi