mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #18707 from wojtek-t/only_density_in_1000_cluster
Auto commit by PR queue bot
This commit is contained in:
commit
7d139684e3
@ -598,7 +598,9 @@ case ${JOB_NAME} in
|
|||||||
kubernetes-e2e-gce-enormous-cluster)
|
kubernetes-e2e-gce-enormous-cluster)
|
||||||
: ${E2E_CLUSTER_NAME:="jenkins-gce-enormous-cluster"}
|
: ${E2E_CLUSTER_NAME:="jenkins-gce-enormous-cluster"}
|
||||||
: ${E2E_NETWORK:="e2e-enormous-cluster"}
|
: ${E2E_NETWORK:="e2e-enormous-cluster"}
|
||||||
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\]"}
|
# TODO: Currently run only density test.
|
||||||
|
# Once this is stable, run the whole [Performance] suite.
|
||||||
|
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=starting\s30\spods\sper\snode"}
|
||||||
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-enormous-cluster"}
|
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-enormous-cluster"}
|
||||||
: ${PROJECT:="kubernetes-scale"}
|
: ${PROJECT:="kubernetes-scale"}
|
||||||
# Override GCE defaults.
|
# Override GCE defaults.
|
||||||
@ -612,7 +614,7 @@ case ${JOB_NAME} in
|
|||||||
NODE_DISK_SIZE="50GB"
|
NODE_DISK_SIZE="50GB"
|
||||||
NUM_NODES="1000"
|
NUM_NODES="1000"
|
||||||
# Reduce logs verbosity
|
# Reduce logs verbosity
|
||||||
TEST_CLUSTER_LOG_LEVEL="--v=2"
|
TEST_CLUSTER_LOG_LEVEL="--v=1"
|
||||||
# Increase resync period to simulate production
|
# Increase resync period to simulate production
|
||||||
TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user