Commit 26fafb4c authored by Alex Robinson's avatar Alex Robinson

Merge pull request #15097 from piosz/autoscaling-e2e

Another try to fix flaky autoscaling test.
parents 53067d09 f96a6ef7
...@@ -75,7 +75,7 @@ var _ = Describe("Autoscaling", func() { ...@@ -75,7 +75,7 @@ var _ = Describe("Autoscaling", func() {
}) })
It("[Skipped][Autoscaling Suite] should scale cluster size based on memory utilization", func() { It("[Skipped][Autoscaling Suite] should scale cluster size based on memory utilization", func() {
setUpAutoscaler("memory/node_utilization", 0.5, nodeCount, nodeCount+1) setUpAutoscaler("memory/node_utilization", 0.6, nodeCount, nodeCount+1)
// Consume 60% of total memory capacity // Consume 60% of total memory capacity
megabytesPerReplica := int(memCapacityMb * 6 / 10 / coresPerNode) megabytesPerReplica := int(memCapacityMb * 6 / 10 / coresPerNode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment