-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcluster-autoscaler-benchmark-nodes10-pods100.yml
67 lines (65 loc) · 1.83 KB
/
cluster-autoscaler-benchmark-nodes10-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
trigger: none
schedules:
- cron: "0 1,13 * * *"
displayName: "1:00 AM & PM Daily"
branches:
include:
- main
always: true
variables:
SCENARIO_TYPE: perf-eval
SCENARIO_NAME: cas-c4n10p100
SCENARIO_VERSION: main
stages:
- stage: aws_eastus1
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: aws
regions:
- us-east-1
engine: clusterloader2
engine_input:
image: "ghcr.io/azure/clusterloader2:v20241002"
topology: cluster-autoscaler
matrix:
c4-n10-p100:
cpu_per_node: 4
node_count: 10
pod_count: 100
scale_up_timeout: "15m"
scale_down_timeout: "15m"
node_label_selector: "cas = dedicated"
node_selector: "{cas: dedicated}"
loop_count: 5
max_parallel: 1
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false
- stage: azure_eastus
dependsOn: []
jobs:
- template: /jobs/competitive-test.yml
parameters:
cloud: azure
regions:
- eastus
engine: clusterloader2
engine_input:
image: "ghcr.io/azure/clusterloader2:v20241002"
topology: cluster-autoscaler
matrix:
c4-n10-p100:
cpu_per_node: 4
node_count: 10
pod_count: 100
scale_up_timeout: "15m"
scale_down_timeout: "15m"
node_label_selector: "cas = dedicated"
node_selector: "{cas: dedicated}"
loop_count: 5
max_parallel: 1
timeout_in_minutes: 360
credential_type: service_connection
ssh_key_enabled: false