Commit bf6d4d6d authored by Dawn Chen's avatar Dawn Chen

Using bigger node for minions for jenkin-e2e tests.

parent bd6db7b1
...@@ -45,6 +45,7 @@ if [[ "${PERFORMANCE:-}" == "true" ]]; then ...@@ -45,6 +45,7 @@ if [[ "${PERFORMANCE:-}" == "true" ]]; then
export MASTER_SIZE=${MASTER_SIZE:-"m3.xlarge"} export MASTER_SIZE=${MASTER_SIZE:-"m3.xlarge"}
else else
export MASTER_SIZE=${MASTER_SIZE:-"n1-standard-4"} export MASTER_SIZE=${MASTER_SIZE:-"n1-standard-4"}
export MINION_SIZE=${MINION_SIZE:-"n1-standard-2"}
fi fi
export NUM_MINIONS=${NUM_MINIONS:-"100"} export NUM_MINIONS=${NUM_MINIONS:-"100"}
GINKGO_TEST_ARGS=${GINKGO_TEST_ARGS:-"--ginkgo.focus=\[Performance suite\] "} GINKGO_TEST_ARGS=${GINKGO_TEST_ARGS:-"--ginkgo.focus=\[Performance suite\] "}
...@@ -53,6 +54,7 @@ else ...@@ -53,6 +54,7 @@ else
export MASTER_SIZE=${MASTER_SIZE:-"t2.small"} export MASTER_SIZE=${MASTER_SIZE:-"t2.small"}
else else
export MASTER_SIZE=${MASTER_SIZE:-"g1-small"} export MASTER_SIZE=${MASTER_SIZE:-"g1-small"}
export MINION_SIZE=${MINION_SIZE:-"n1-standard-2"}
fi fi
export NUM_MINIONS=${NUM_MINIONS:-"2"} export NUM_MINIONS=${NUM_MINIONS:-"2"}
fi fi
......
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