Skip to content

Commit 970dc8c

Browse files
authored
Merge pull request kubernetes#127321 from macsko/decrease_number_of_pods_in_scheduler_perf_integration_and_disable_a_few_workloads
Decrease number of integration tests in scheduler_perf
2 parents cb81a0f + 9f6fdf1 commit 970dc8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/integration/scheduler_perf/config/performance-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
collectMetrics: true
594594
workloads:
595595
- name: 5Nodes
596-
labels: [integration-test, fast]
596+
labels: [fast]
597597
params:
598598
initNodes: 5
599599
initPods: 2
@@ -796,7 +796,7 @@
796796
namespace: measure-ns-0
797797
workloads:
798798
- name: 10Nodes
799-
labels: [integration-test, fast]
799+
labels: [fast]
800800
params:
801801
initNodes: 10
802802
initPodsPerNamespace: 2
@@ -850,7 +850,7 @@
850850
namespace: measure-ns-0
851851
workloads:
852852
- name: 10Nodes
853-
labels: [integration-test, fast]
853+
labels: [fast]
854854
params:
855855
initNodes: 10
856856
initPodsPerNamespace: 2
@@ -907,7 +907,7 @@
907907
namespace: measure-ns-0
908908
workloads:
909909
- name: 10Nodes
910-
labels: [integration-test, fast]
910+
labels: [fast]
911911
params:
912912
initNodes: 10
913913
initPodsPerNamespace: 2
@@ -961,7 +961,7 @@
961961
namespace: measure-ns-0
962962
workloads:
963963
- name: 10Nodes
964-
labels: [integration-test, fast]
964+
labels: [fast]
965965
params:
966966
initNodes: 10
967967
initPodsPerNamespace: 2
@@ -1342,8 +1342,8 @@
13421342
labels: [integration-test, fast]
13431343
params:
13441344
gatedPods: 10
1345-
deletingPods: 100
1346-
measurePods: 100
1345+
deletingPods: 10
1346+
measurePods: 10
13471347
- name: 1Node_10000GatedPods
13481348
labels: [performance, fast]
13491349
threshold: 130
@@ -1373,7 +1373,7 @@
13731373
collectMetrics: true
13741374
workloads:
13751375
- name: 1Node_10GatedPods
1376-
labels: [integration-test, fast]
1376+
labels: [fast]
13771377
params:
13781378
gatedPods: 10
13791379
measurePods: 10
@@ -1411,7 +1411,7 @@
14111411
labels: [integration-test, fast]
14121412
params:
14131413
initNodes: 10
1414-
deletingPods: 100
1414+
deletingPods: 10
14151415
measurePods: 10
14161416
- name: 1000Node_1000DeletingPods
14171417
labels: [performance, fast]

0 commit comments

Comments
 (0)