-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapiserver-benchmark-virtualnodes10-pods100.yml
98 lines (96 loc) · 2.85 KB
/
apiserver-benchmark-virtualnodes10-pods100.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
trigger: none
schedules:
- cron: "0 */1 * * *"
displayName: "Every 1 Hour"
branches:
include:
- main
always: true
variables:
SCENARIO_TYPE: perf-eval
SCENARIO_NAME: apiserver-vn10pod100
SCENARIO_VERSION: main
stages:
- stage: aws_eastus2
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: aws
regions:
- us-east-2
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.2.0
benchmark_subcmd: node10_job1_pod100
benchmark_subcmd_args: "--total 1000"
max_parallel: 2
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false
- stage: azure_eastus2_default
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: azure
regions:
- eastus2
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.2.0
benchmark_subcmd: node10_job1_pod100
benchmark_subcmd_args: "--total 1000"
max_parallel: 2
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false
- stage: azure_eastus2_lower_max_inflight
dependsOn: []
variables:
- group: API-Server-L4-Config-MI50
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: azure
regions:
- eastus2
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.2.0
benchmark_subcmd: node10_job1_pod100
benchmark_subcmd_args: "--total 1000"
max_parallel: 2
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false