mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #15364 from piosz/req-test
Enabled autoscaling (based on reservation) e2e tests
This commit is contained in:
commit
2a62468fee
@ -69,7 +69,7 @@ var _ = Describe("Autoscaling", func() {
|
||||
expectNoError(waitForClusterSize(f.Client, nodeCount, scaleDownTimeout))
|
||||
})
|
||||
|
||||
It("[Skipped] should scale cluster size based on cpu reservation", func() {
|
||||
It("[Skipped][Autoscaling Suite] should scale cluster size based on cpu reservation", func() {
|
||||
setUpAutoscaler("cpu/node_reservation", 0.5, nodeCount, nodeCount+1)
|
||||
|
||||
ReserveCpu(f, "cpu-reservation", 600*nodeCount*coresPerNode)
|
||||
@ -91,7 +91,7 @@ var _ = Describe("Autoscaling", func() {
|
||||
expectNoError(waitForClusterSize(f.Client, nodeCount, scaleDownTimeout))
|
||||
})
|
||||
|
||||
It("[Skipped] should scale cluster size based on memory reservation", func() {
|
||||
It("[Skipped][Autoscaling Suite] should scale cluster size based on memory reservation", func() {
|
||||
setUpAutoscaler("memory/node_reservation", 0.5, nodeCount, nodeCount+1)
|
||||
|
||||
ReserveMemory(f, "memory-reservation", nodeCount*memCapacityMb*6/10)
|
||||
|
Loading…
Reference in New Issue
Block a user