Remove unschedulable test and replace it with the new one.

This commit is contained in:
dom4ha
2024-10-17 13:41:13 +00:00
parent f2c947e36d
commit 59458573ff

View File

@@ -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