mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #109542 from sanposhiho/fix-test-case-scheduler-perf
scheduler_perf: Remove test cases for Preemption which always fail
This commit is contained in:
commit
570f1092f4
1 changed files with 16 additions and 10 deletions
|
|
@ -405,11 +405,14 @@
|
|||
initNodes: 500
|
||||
initPods: 2000
|
||||
measurePods: 500
|
||||
- name: 5000Nodes
|
||||
params:
|
||||
initNodes: 5000
|
||||
initPods: 20000
|
||||
measurePods: 5000
|
||||
# This test case always seems to fail.
|
||||
# https://github.com/kubernetes/kubernetes/issues/108308
|
||||
#
|
||||
# - name: 5000Nodes
|
||||
# params:
|
||||
# initNodes: 5000
|
||||
# initPods: 20000
|
||||
# measurePods: 5000
|
||||
|
||||
- name: PreemptionPVs
|
||||
workloadTemplate:
|
||||
|
|
@ -430,11 +433,14 @@
|
|||
initNodes: 500
|
||||
initPods: 2000
|
||||
measurePods: 500
|
||||
- name: 5000Nodes
|
||||
params:
|
||||
initNodes: 5000
|
||||
initPods: 20000
|
||||
measurePods: 5000
|
||||
# This test case always seems to fail.
|
||||
# https://github.com/kubernetes/kubernetes/issues/108308
|
||||
#
|
||||
# - name: 5000Nodes
|
||||
# params:
|
||||
# initNodes: 5000
|
||||
# initPods: 20000
|
||||
# measurePods: 5000
|
||||
|
||||
- name: Unschedulable
|
||||
workloadTemplate:
|
||||
|
|
|
|||
Loading…
Reference in a new issue