Bring back the smallest integration test

This commit is contained in:
dom4ha
2024-10-17 15:34:23 +00:00
parent 59458573ff
commit b7f55a37a0

View File

@@ -746,8 +746,13 @@
podTemplatePath: config/templates/pod-default.yaml
collectMetrics: true
workloads:
- name: 500Nodes/1kPods
- name: 5Nodes/10Pods
labels: [integration-test, performance, short]
params:
initNodes: 5
measurePods: 10
- name: 500Nodes/1kPods
labels: [performance, short]
params:
initNodes: 500
measurePods: 1000