Merge pull request #130980 from macsko/increase_number_of_pods_in_preemption_tests

Increase number of pods in PreemptionBasic and PreemptionPVs
This commit is contained in:
Kubernetes Prow Robot 2025-03-25 13:52:32 -07:00 committed by GitHub
commit bcea7a100b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

View File

@ -163,24 +163,24 @@
initNodes: 5 initNodes: 5
initPods: 20 initPods: 20
measurePods: 5 measurePods: 5
- name: 500Nodes - name: 1000Nodes
featureGates: featureGates:
SchedulerQueueingHints: false SchedulerQueueingHints: false
labels: [performance, short] labels: [performance, short]
threshold: 18 threshold: 18
params: params:
initNodes: 500 initNodes: 1000
initPods: 2000 initPods: 4000
measurePods: 500 measurePods: 1000
- name: 500Nodes_QueueingHintsEnabled - name: 1000Nodes_QueueingHintsEnabled
featureGates: featureGates:
SchedulerQueueingHints: true SchedulerQueueingHints: true
labels: [performance, short] labels: [performance, short]
threshold: 18 threshold: 18
params: params:
initNodes: 500 initNodes: 1000
initPods: 2000 initPods: 4000
measurePods: 500 measurePods: 1000
# This test case always seems to fail. # This test case always seems to fail.
# https://github.com/kubernetes/kubernetes/issues/108308 # https://github.com/kubernetes/kubernetes/issues/108308
# #

View File

@ -304,24 +304,24 @@
initNodes: 5 initNodes: 5
initPods: 20 initPods: 20
measurePods: 5 measurePods: 5
- name: 500Nodes - name: 1000Nodes
featureGates: featureGates:
SchedulerQueueingHints: false SchedulerQueueingHints: false
labels: [performance, short] labels: [performance, short]
threshold: 18 threshold: 18
params: params:
initNodes: 500 initNodes: 1000
initPods: 2000 initPods: 4000
measurePods: 500 measurePods: 1000
- name: 500Nodes_QueueingHintsEnabled - name: 1000Nodes_QueueingHintsEnabled
featureGates: featureGates:
SchedulerQueueingHints: true SchedulerQueueingHints: true
labels: [performance, short] labels: [performance, short]
threshold: 18 threshold: 18
params: params:
initNodes: 500 initNodes: 1000
initPods: 2000 initPods: 4000
measurePods: 500 measurePods: 1000
# This test case always seems to fail. # This test case always seems to fail.
# https://github.com/kubernetes/kubernetes/issues/108308 # https://github.com/kubernetes/kubernetes/issues/108308
# #