Merge pull request #19160 from gmarek/metrics-grabber

Enable metrics gathering in scalability suite
This commit is contained in:
Marek Grabowski 2015-12-29 09:49:02 +01:00
commit b00b41bc7f

View File

@ -544,6 +544,7 @@ case ${JOB_NAME} in
: ${E2E_NETWORK:="e2e-scalability"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\] \
--gather-resource-usage=true \
--gather-metrics-at-teardown=true \
--gather-logs-sizes=true"}
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-scalability"}
: ${PROJECT:="kubernetes-jenkins"}