mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Actually enabled Autoscaling e2e test for Jenkins flaky job
This commit is contained in:
parent
6478a98cae
commit
73815f5629
@ -50,7 +50,7 @@ var _ = Describe("Autoscaling", func() {
|
|||||||
cleanUpAutoscaler()
|
cleanUpAutoscaler()
|
||||||
})
|
})
|
||||||
|
|
||||||
It("[Skipped] [Autoscaling] should scale cluster size based on cpu utilization", func() {
|
It("[Autoscaling] should scale cluster size based on cpu utilization", func() {
|
||||||
setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1)
|
setUpAutoscaler("cpu/node_utilization", 0.7, nodeCount, nodeCount+1)
|
||||||
|
|
||||||
ConsumeCpu(f, "cpu-utilization", nodeCount*coresPerNode)
|
ConsumeCpu(f, "cpu-utilization", nodeCount*coresPerNode)
|
||||||
|
Loading…
Reference in New Issue
Block a user