mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-28 13:03:43 +00:00
Enabled HPA e2e tests for 1.1 release
This commit is contained in:
parent
6fd986065b
commit
0d105ad548
@ -126,7 +126,6 @@ REBOOT_SKIP_TESTS=(
|
|||||||
# Specialized tests which should be skipped by default for projects.
|
# Specialized tests which should be skipped by default for projects.
|
||||||
GCE_DEFAULT_SKIP_TESTS=(
|
GCE_DEFAULT_SKIP_TESTS=(
|
||||||
"${REBOOT_SKIP_TESTS[@]}"
|
"${REBOOT_SKIP_TESTS[@]}"
|
||||||
"Autoscaling\sSuite"
|
|
||||||
"Reboot"
|
"Reboot"
|
||||||
"ServiceLoadBalancer"
|
"ServiceLoadBalancer"
|
||||||
)
|
)
|
||||||
@ -161,7 +160,6 @@ 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.*scale\scluster"
|
|
||||||
"DaemonRestart"
|
"DaemonRestart"
|
||||||
"Etcd\sfailure"
|
"Etcd\sfailure"
|
||||||
"Nodes\sResize"
|
"Nodes\sResize"
|
||||||
@ -185,8 +183,6 @@ 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=(
|
||||||
# TODO: add deployment test here once it will become stable
|
|
||||||
"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
|
||||||
|
@ -50,10 +50,10 @@ var _ = Describe("Horizontal pod autoscaling", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// CPU tests via replication controllers
|
// CPU tests via replication controllers
|
||||||
It(fmt.Sprintf(titleUp, "[Autoscaling Suite]", kindRC), func() {
|
It(fmt.Sprintf(titleUp, "[Skipped][Autoscaling Suite]", kindRC), func() {
|
||||||
scaleUp("rc", kindRC, rc, f)
|
scaleUp("rc", kindRC, rc, f)
|
||||||
})
|
})
|
||||||
It(fmt.Sprintf(titleDown, "[Autoscaling Suite]", kindRC), func() {
|
It(fmt.Sprintf(titleDown, "[Skipped][Autoscaling Suite]", kindRC), func() {
|
||||||
scaleDown("rc", kindRC, rc, f)
|
scaleDown("rc", kindRC, rc, f)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user