mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #16917 from piosz/e2e-setup
Auto commit by PR queue bot
This commit is contained in:
commit
fbee1b59d0
@ -136,7 +136,7 @@ AWS_REQUIRED_SKIP_TESTS=(
|
|||||||
|
|
||||||
# Tests which kills or restarts components and/or nodes.
|
# Tests which kills or restarts components and/or nodes.
|
||||||
DISRUPTIVE_TESTS=(
|
DISRUPTIVE_TESTS=(
|
||||||
"Autoscaling\sSuite"
|
"Autoscaling\sSuite.*scale\scluster"
|
||||||
"DaemonRestart"
|
"DaemonRestart"
|
||||||
"Etcd\sfailure"
|
"Etcd\sfailure"
|
||||||
"Nodes\sResize"
|
"Nodes\sResize"
|
||||||
@ -161,8 +161,8 @@ GCE_FLAKY_TESTS=(
|
|||||||
# comments below, and for poorly implemented tests, please quote the
|
# comments below, and for poorly implemented tests, please quote the
|
||||||
# issue number tracking speed improvements.
|
# issue number tracking speed improvements.
|
||||||
GCE_SLOW_TESTS=(
|
GCE_SLOW_TESTS=(
|
||||||
# Temporary disable autoscaling suite due to heapster configuration issues.
|
# TODO: add deployment test here once it will become stable
|
||||||
#"Autoscaling\sSuite"
|
"Autoscaling\sSuite.*via\sreplicationController"
|
||||||
# Before enabling this loadbalancer test in any other test list you must
|
# Before enabling this loadbalancer test in any other test list you must
|
||||||
# make sure the associated project has enough quota. At the time of this
|
# make sure the associated project has enough quota. At the time of this
|
||||||
# writing a GCE project is allowed 3 backend services by default. This
|
# writing a GCE project is allowed 3 backend services by default. This
|
||||||
|
Loading…
Reference in New Issue
Block a user