Skip to content

Commit 5945857

Browse files
committed
Remove unschedulable test and replace it with the new one.
1 parent f2c947e commit 5945857

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

test/integration/scheduler_perf/config/performance-config.yaml

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -731,52 +731,8 @@
731731
initPods: 20000
732732
measurePods: 5000
733733

734-
- name: Unschedulable
735-
workloadTemplate:
736-
- opcode: createNodes
737-
countParam: $initNodes
738-
- opcode: createPods
739-
countParam: $initPods
740-
podTemplatePath: config/templates/pod-large-cpu.yaml
741-
skipWaitToCompletion: true
742-
- opcode: createPods
743-
countParam: $measurePods
744-
podTemplatePath: config/templates/pod-default.yaml
745-
collectMetrics: true
746-
workloads:
747-
- name: 5Nodes/2InitPods
748-
labels: [integration-test, performance, short]
749-
params:
750-
initNodes: 5
751-
initPods: 2
752-
measurePods: 10
753-
- name: 500Nodes/200InitPods
754-
labels: [performance, short]
755-
params:
756-
initNodes: 500
757-
initPods: 200
758-
measurePods: 1000
759-
- name: 5000Nodes/200InitPods
760-
labels: [performance, short]
761-
params:
762-
initNodes: 5000
763-
initPods: 200
764-
measurePods: 5000
765-
- name: 5000Nodes/200InitPods/10000Pods
766-
labels: [performance]
767-
threshold: 300
768-
params:
769-
initNodes: 5000
770-
initPods: 200
771-
measurePods: 10000
772-
- name: 5000Nodes/2000InitPods
773-
params:
774-
initNodes: 5000
775-
initPods: 2000
776-
measurePods: 5000
777-
778734
# Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 100/s rate.
779-
- name: UnschedulableAsync
735+
- name: Unschedulable
780736
workloadTemplate:
781737
- opcode: createNodes
782738
countParam: $initNodes

0 commit comments

Comments
 (0)