-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathapiserver-benchmark-configmaps100.yml
More file actions
41 lines (39 loc) · 1.11 KB
/
apiserver-benchmark-configmaps100.yml
File metadata and controls
41 lines (39 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
trigger: none
schedules:
- cron: "0 3 * * *"
displayName: "Every Day at 3 AM"
branches:
include:
- main
always: true
variables:
SCENARIO_TYPE: perf-eval
SCENARIO_NAME: apiserver-cm100
stages:
- stage: azure_uksouth
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: azure
regions:
- uksouth
engine: kperf
topology: kperf
matrix:
workload-low:
flowcontrol: "workload-low:1000"
extra_benchmark_subcmd_args: ""
disable_warmup: "true"
exempt:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: ""
disable_warmup: "true"
engine_input:
runner_image: ghcr.io/azure/kperf:0.3.4
benchmark_subcmd: list_configmaps
benchmark_subcmd_args: "--total 10000 --size=1024 --group-size=10 --configmap-amount=100"
max_parallel: 1
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false