Merge pull request #19052 from gmarek/log_monitoring

Enable logs generation rate checking in scalability tests. Take 2
This commit is contained in:
Marek Grabowski 2015-12-23 11:17:14 +01:00
commit e24b328f4f

View File

@ -543,7 +543,8 @@ case ${JOB_NAME} in
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-scalability"}
: ${E2E_NETWORK:="e2e-scalability"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\] \
--gather-resource-usage=true"}
--gather-resource-usage=true \
--gather-logs-sizes=true"}
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-scalability"}
: ${PROJECT:="kubernetes-jenkins"}
# Override GCE defaults.