From d9d7f6d964b4bdc22946f8863c4343932dc010f3 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Tue, 18 Aug 2015 11:13:45 +0200 Subject: [PATCH] Reduce logs verbosity in scalability tests --- hack/jenkins/e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 5e703805b95..90b92ff312d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -246,6 +246,8 @@ case ${JOB_NAME} in MINION_SIZE="n1-standard-2" MINION_DISK_SIZE="50GB" NUM_MINIONS="100" + # Reduce logs verbosity + TEST_CLUSTER_LOG_LEVEL="--v=1" ;; # Runs tests on GCE soak cluster.