Merge pull request #22453 from dchen1107/test1

Enable --log-level=info for docker daemons for scalability jenkins jo…
This commit is contained in:
Jeff Lowdermilk
2016-03-03 16:29:34 -08:00
5 changed files with 18 additions and 1 deletions

View File

@@ -146,6 +146,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