From 59458573ffccb57c8b2a67091364e215b2794076 Mon Sep 17 00:00:00 2001 From: dom4ha Date: Thu, 17 Oct 2024 13:41:13 +0000 Subject: [PATCH] Remove unschedulable test and replace it with the new one. --- .../config/performance-config.yaml | 46 +------------------ 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index 53a7586b9b3..acd93b4f256 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -731,52 +731,8 @@ initPods: 20000 measurePods: 5000 -- name: Unschedulable - workloadTemplate: - - opcode: createNodes - countParam: $initNodes - - opcode: createPods - countParam: $initPods - podTemplatePath: config/templates/pod-large-cpu.yaml - skipWaitToCompletion: true - - opcode: createPods - countParam: $measurePods - podTemplatePath: config/templates/pod-default.yaml - collectMetrics: true - workloads: - - name: 5Nodes/2InitPods - labels: [integration-test, performance, short] - params: - initNodes: 5 - initPods: 2 - measurePods: 10 - - name: 500Nodes/200InitPods - labels: [performance, short] - params: - initNodes: 500 - initPods: 200 - measurePods: 1000 - - name: 5000Nodes/200InitPods - labels: [performance, short] - params: - initNodes: 5000 - initPods: 200 - measurePods: 5000 - - name: 5000Nodes/200InitPods/10000Pods - labels: [performance] - threshold: 300 - params: - initNodes: 5000 - initPods: 200 - measurePods: 10000 - - name: 5000Nodes/2000InitPods - params: - initNodes: 5000 - initPods: 2000 - measurePods: 5000 - # Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 100/s rate. -- name: UnschedulableAsync +- name: Unschedulable workloadTemplate: - opcode: createNodes countParam: $initNodes