mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #15722 from yujuhong/soak_cluster
e2e: disable component killing/restarting tests in the soak cluster
This commit is contained in:
commit
056ef2d556
@ -120,6 +120,16 @@ AWS_REQUIRED_SKIP_TESTS=(
|
|||||||
"experimental\sresource\susage\stracking" # Expect --max-pods=100
|
"experimental\sresource\susage\stracking" # Expect --max-pods=100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
# Tests which kills or restarts components and/or nodes.
|
||||||
|
DISRUPTIVE_TESTS=(
|
||||||
|
"DaemonRestart"
|
||||||
|
"Etcd\sfailure"
|
||||||
|
"Nodes\sResize"
|
||||||
|
"Reboot"
|
||||||
|
"Services.*restarting"
|
||||||
|
)
|
||||||
|
|
||||||
# The following tests are known to be flaky, and are thus run only in their own
|
# The following tests are known to be flaky, and are thus run only in their own
|
||||||
# -flaky- build variants.
|
# -flaky- build variants.
|
||||||
GCE_FLAKY_TESTS=(
|
GCE_FLAKY_TESTS=(
|
||||||
@ -153,15 +163,12 @@ GCE_SLOW_TESTS=(
|
|||||||
|
|
||||||
# Tests which are not able to be run in parallel.
|
# Tests which are not able to be run in parallel.
|
||||||
GCE_PARALLEL_SKIP_TESTS=(
|
GCE_PARALLEL_SKIP_TESTS=(
|
||||||
"Etcd"
|
|
||||||
"NetworkingNew"
|
|
||||||
"Nodes\sNetwork"
|
"Nodes\sNetwork"
|
||||||
"Nodes\sResize"
|
|
||||||
"MaxPods"
|
"MaxPods"
|
||||||
"Resource\susage\sof\ssystem\scontainers"
|
"Resource\susage\sof\ssystem\scontainers"
|
||||||
"SchedulerPredicates"
|
"SchedulerPredicates"
|
||||||
"Services.*restarting"
|
|
||||||
"resource\susage\stracking"
|
"resource\susage\stracking"
|
||||||
|
"${DISRUPTIVE_TESTS[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Tests which are known to be flaky when run in parallel.
|
# Tests which are known to be flaky when run in parallel.
|
||||||
@ -184,11 +191,11 @@ GCE_PARALLEL_FLAKY_TESTS=(
|
|||||||
GCE_SOAK_CONTINUOUS_SKIP_TESTS=(
|
GCE_SOAK_CONTINUOUS_SKIP_TESTS=(
|
||||||
"Density.*30\spods"
|
"Density.*30\spods"
|
||||||
"Elasticsearch"
|
"Elasticsearch"
|
||||||
"Etcd.*SIGKILL"
|
|
||||||
"external\sload\sbalancer"
|
"external\sload\sbalancer"
|
||||||
"identically\snamed\sservices"
|
"identically\snamed\sservices"
|
||||||
"network\spartition"
|
"network\spartition"
|
||||||
"Services.*Type\sgoes\sfrom"
|
"Services.*Type\sgoes\sfrom"
|
||||||
|
"${DISRUPTIVE_TESTS[@]}" # avoid component restarts.
|
||||||
)
|
)
|
||||||
|
|
||||||
GCE_RELEASE_SKIP_TESTS=(
|
GCE_RELEASE_SKIP_TESTS=(
|
||||||
|
Loading…
Reference in New Issue
Block a user