-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcsi-attach-detach-1000.yml
59 lines (57 loc) · 1.52 KB
/
csi-attach-detach-1000.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
trigger: none
schedules:
- cron: "0 20 1-31/2 * *"
displayName: "Every Odd Day"
branches:
include:
- main
always: true
variables:
SCENARIO_TYPE: perf-eval
SCENARIO_NAME: storage-attach-detach-1000
SCENARIO_VERSION: main
stages:
- stage: azure_eastus2
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: azure
regions:
- eastus2
topology: csi-attach-detach
engine: attach
engine_input:
disk_number: 1000
storage_class: default
wait_time: 300
matrix:
Standard_D16s_v3_1000pods_40nodes:
case_name: Standard_D16s_v3_1000pods_40nodes
node_number: 40
max_parallel: 1
timeout_in_minutes: 180
credential_type: service_connection
ssh_key_enabled: false
- stage: aws_eastus2
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: aws
regions:
- us-east-2
topology: csi-attach-detach
engine: attach
engine_input:
disk_number: 1000
storage_class: ebs-sc
wait_time: 300
matrix:
m7i_2xlarge_1000pods_40nodes:
case_name: m7i_2xlarge_1000pods_40nodes
node_number: 40
max_parallel: 1
timeout_in_minutes: 180
credential_type: service_connection
ssh_key_enabled: false