From 72d96f61d096bf672eb8d876f494ce1466e70a91 Mon Sep 17 00:00:00 2001 From: Mahmoud Atwa Date: Wed, 25 Jan 2023 12:58:38 +0000 Subject: [PATCH] Decrease target value for scale up tests in HPA --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 2a357594bc1..af42321fa3a 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -230,7 +230,7 @@ func scaleUp(ctx context.Context, name string, kind schema.GroupVersionKind, res initPods: 1, perPodCPURequest: 500, perPodMemRequest: 500, - targetValue: getTargetValueByType(150, 30, metricTargetType), + targetValue: getTargetValueByType(100, 20, metricTargetType), minPods: 1, maxPods: 5, firstScale: 3,