From ff584a76e0cfd7ba73f8d117b2a7bed024946592 Mon Sep 17 00:00:00 2001 From: dom4ha Date: Tue, 29 Oct 2024 22:57:30 +0000 Subject: [PATCH] Fix Unschedulable test by scheduling high priority churn pods to get processed right after they were injected (before the queued test pods) --- .../scheduler_perf/config/performance-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index 567349df577..bda17cf6f89 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -725,13 +725,13 @@ measurePods: 500 - name: 5000Nodes labels: [performance] - threshold: 120 + threshold: 200 params: initNodes: 5000 initPods: 20000 measurePods: 5000 -# Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 100/s rate. +# Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 5/s rate. - name: Unschedulable workloadTemplate: - opcode: createNodes @@ -739,8 +739,8 @@ - opcode: churn mode: create templatePaths: - - config/templates/pod-large-cpu.yaml - intervalMilliseconds: 10 + - config/templates/pod-high-priority-large-cpu.yaml + intervalMilliseconds: 200 - opcode: createPods countParam: $measurePods podTemplatePath: config/templates/pod-default.yaml @@ -763,7 +763,7 @@ measurePods: 1000 - name: 5kNodes/10kPods labels: [performance] - threshold: 250 + threshold: 200 params: initNodes: 5000 measurePods: 10000