mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #12850 from wojtek-t/scalability_suite_verbosity
Reduce logs verbosity in scalability tests
This commit is contained in:
commit
bce79d1368
@ -248,6 +248,8 @@ case ${JOB_NAME} in
|
|||||||
MINION_SIZE="n1-standard-2"
|
MINION_SIZE="n1-standard-2"
|
||||||
MINION_DISK_SIZE="50GB"
|
MINION_DISK_SIZE="50GB"
|
||||||
NUM_MINIONS="100"
|
NUM_MINIONS="100"
|
||||||
|
# Reduce logs verbosity
|
||||||
|
TEST_CLUSTER_LOG_LEVEL="--v=1"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Runs tests on GCE soak cluster.
|
# Runs tests on GCE soak cluster.
|
||||||
|
Loading…
Reference in New Issue
Block a user