Switch to m3.medium for e2e testing

This commit is contained in:
Brendan Burns 2016-01-07 11:15:41 -08:00
parent ab6edd8170
commit 5e1afd993c

View File

@ -254,8 +254,8 @@ if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
: ${NUM_NODES:="100"} : ${NUM_NODES:="100"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\]"} : ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\]"}
else else
: ${MASTER_SIZE:="m3.large"} : ${MASTER_SIZE:="m3.medium"}
: ${NODE_SIZE:="m3.large"} : ${NODE_SIZE:="m3.medium"}
: ${NUM_NODES:="3"} : ${NUM_NODES:="3"}
fi fi
fi fi