Enable metrics gathering in scalability suite

pull/6/head
gmarek 2015-12-29 09:30:17 +01:00
parent fec5206f1a
commit c6b5c2365c
1 changed files with 1 additions and 0 deletions

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"}