Enable --log-level=info for docker daemons for scalability jenkins job and e2e test.

This commit is contained in:
Dawn Chen
2016-03-01 15:26:54 -08:00
parent a511961cc8
commit 84689a7a69
5 changed files with 18 additions and 1 deletions

View File

@@ -139,6 +139,8 @@
export REGISTER_MASTER="true"
# Reduce logs verbosity
export TEST_CLUSTER_LOG_LEVEL="--v=2"
# TODO: Remove when we figure out #22166 and other docker potential slowness
export DOCKER_TEST_LOG_LEVEL="--log-level=info"
# TODO: Remove when we figure out the reason for occasional failures #19048
export KUBELET_TEST_LOG_LEVEL="--v=4"
# Increase resync period to simulate production