From 1c2c20e6bd1bd87122754ff645b3ece75f561c20 Mon Sep 17 00:00:00 2001 From: sanposhiho <44139130+sanposhiho@users.noreply.github.com> Date: Tue, 19 Apr 2022 22:16:26 +0900 Subject: [PATCH] Change test cases for Preemption to create fewer Pods --- .../config/performance-config.yaml | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index 40ec64e755f..bf4bbe913cb 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -405,11 +405,14 @@ initNodes: 500 initPods: 2000 measurePods: 500 - - name: 5000Nodes - params: - initNodes: 5000 - initPods: 20000 - measurePods: 5000 +# This test case always seems to fail. +# https://github.com/kubernetes/kubernetes/issues/108308 +# +# - name: 5000Nodes +# params: +# initNodes: 5000 +# initPods: 20000 +# measurePods: 5000 - name: PreemptionPVs workloadTemplate: @@ -430,11 +433,14 @@ initNodes: 500 initPods: 2000 measurePods: 500 - - name: 5000Nodes - params: - initNodes: 5000 - initPods: 20000 - measurePods: 5000 +# This test case always seems to fail. +# https://github.com/kubernetes/kubernetes/issues/108308 +# +# - name: 5000Nodes +# params: +# initNodes: 5000 +# initPods: 20000 +# measurePods: 5000 - name: Unschedulable workloadTemplate: