mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #22260 from gmarek/jenkins-config
Auto commit by PR queue bot
This commit is contained in:
commit
546bd99d8d
@ -25,6 +25,7 @@
|
|||||||
export NUM_NODES="1000"
|
export NUM_NODES="1000"
|
||||||
# Reduce logs verbosity
|
# Reduce logs verbosity
|
||||||
export TEST_CLUSTER_LOG_LEVEL="--v=1"
|
export TEST_CLUSTER_LOG_LEVEL="--v=1"
|
||||||
|
export MAX_INSTANCES_PER_MIG="1000"
|
||||||
# Increase resync period to simulate production
|
# Increase resync period to simulate production
|
||||||
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
||||||
{post-env}
|
{post-env}
|
||||||
|
@ -507,6 +507,7 @@
|
|||||||
export EXIT_ON_WEAK_ERROR="false"
|
export EXIT_ON_WEAK_ERROR="false"
|
||||||
# Reduce logs verbosity
|
# Reduce logs verbosity
|
||||||
export TEST_CLUSTER_LOG_LEVEL="--v=1"
|
export TEST_CLUSTER_LOG_LEVEL="--v=1"
|
||||||
|
export MAX_INSTANCES_PER_MIG="1000"
|
||||||
# Increase resync period to simulate production
|
# Increase resync period to simulate production
|
||||||
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
||||||
# Increase delete collection parallelism
|
# Increase delete collection parallelism
|
||||||
|
Loading…
Reference in New Issue
Block a user