Merge pull request #128968 from dom4ha/scheduler-perf-tune

Adjust performance test throughput threshold limits
This commit is contained in:
Kubernetes Prow Robot 2024-12-12 04:14:07 +00:00 committed by GitHub
commit 7cc1eb9b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@
featureGates:
SchedulerQueueingHints: false
labels: [performance]
threshold: 70
threshold: 60
params:
initNodes: 5000
initPods: 1000
@ -74,7 +74,7 @@
featureGates:
SchedulerQueueingHints: true
labels: [performance]
threshold: 70
threshold: 60
params:
initNodes: 5000
initPods: 1000

View File

@ -355,7 +355,7 @@
measurePods: 500
- name: 5000Nodes
labels: [performance]
threshold: 200
threshold: 160
featureGates:
SchedulerQueueingHints: false
SchedulerAsyncPreemption: false
@ -364,7 +364,7 @@
initPods: 20000
measurePods: 5000
- name: 5000Nodes_AsyncPreemptionEnabled
threshold: 200
threshold: 160
labels: [performance]
featureGates:
SchedulerAsyncPreemption: true
@ -376,7 +376,7 @@
featureGates:
SchedulerQueueingHints: true
labels: [performance]
threshold: 120
threshold: 160
params:
initNodes: 5000
initPods: 20000
@ -425,7 +425,7 @@
featureGates:
SchedulerQueueingHints: false
labels: [performance]
threshold: 200
threshold: 140
params:
initNodes: 5000
measurePods: 10000
@ -433,7 +433,7 @@
featureGates:
SchedulerQueueingHints: true
labels: [performance]
threshold: 250
threshold: 170
params:
initNodes: 5000
measurePods: 10000