mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
Remove unschedulable test and replace it with the new one.
This commit is contained in:
@@ -731,52 +731,8 @@
|
||||
initPods: 20000
|
||||
measurePods: 5000
|
||||
|
||||
- name: Unschedulable
|
||||
workloadTemplate:
|
||||
- opcode: createNodes
|
||||
countParam: $initNodes
|
||||
- opcode: createPods
|
||||
countParam: $initPods
|
||||
podTemplatePath: config/templates/pod-large-cpu.yaml
|
||||
skipWaitToCompletion: true
|
||||
- opcode: createPods
|
||||
countParam: $measurePods
|
||||
podTemplatePath: config/templates/pod-default.yaml
|
||||
collectMetrics: true
|
||||
workloads:
|
||||
- name: 5Nodes/2InitPods
|
||||
labels: [integration-test, performance, short]
|
||||
params:
|
||||
initNodes: 5
|
||||
initPods: 2
|
||||
measurePods: 10
|
||||
- name: 500Nodes/200InitPods
|
||||
labels: [performance, short]
|
||||
params:
|
||||
initNodes: 500
|
||||
initPods: 200
|
||||
measurePods: 1000
|
||||
- name: 5000Nodes/200InitPods
|
||||
labels: [performance, short]
|
||||
params:
|
||||
initNodes: 5000
|
||||
initPods: 200
|
||||
measurePods: 5000
|
||||
- name: 5000Nodes/200InitPods/10000Pods
|
||||
labels: [performance]
|
||||
threshold: 300
|
||||
params:
|
||||
initNodes: 5000
|
||||
initPods: 200
|
||||
measurePods: 10000
|
||||
- name: 5000Nodes/2000InitPods
|
||||
params:
|
||||
initNodes: 5000
|
||||
initPods: 2000
|
||||
measurePods: 5000
|
||||
|
||||
# Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 100/s rate.
|
||||
- name: UnschedulableAsync
|
||||
- name: Unschedulable
|
||||
workloadTemplate:
|
||||
- opcode: createNodes
|
||||
countParam: $initNodes
|
||||
|
Reference in New Issue
Block a user