From b7f55a37a0656335cee550bf004856888c1dde3e Mon Sep 17 00:00:00 2001 From: dom4ha Date: Thu, 17 Oct 2024 15:34:23 +0000 Subject: [PATCH] Bring back the smallest integration test --- .../scheduler_perf/config/performance-config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index acd93b4f256..4c84fc15f40 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -746,8 +746,13 @@ podTemplatePath: config/templates/pod-default.yaml collectMetrics: true workloads: - - name: 500Nodes/1kPods + - name: 5Nodes/10Pods labels: [integration-test, performance, short] + params: + initNodes: 5 + measurePods: 10 + - name: 500Nodes/1kPods + labels: [performance, short] params: initNodes: 500 measurePods: 1000