Skip to content

Commit 03038c5

Browse files
committed
update thresholds for dra test Churn phase
1 parent fa1929b commit 03038c5

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

clusterloader2/testing/dra/config.yaml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ steps:
6262
Method: SchedulingMetrics
6363
Params:
6464
action: start
65-
token: {{ $token }}
66-
endpoint: "localhost:10259"
6765
- Identifier: FastFillPodStartupLatency
6866
Method: PodStartupLatency
6967
Params:
@@ -76,8 +74,6 @@ steps:
7674
Method: SchedulingMetrics
7775
Params:
7876
action: reset
79-
token: {{ $token }}
80-
endpoint: "localhost:10259"
8177
- name: Create ResourceClaimTemplates in namespaces
8278
phases:
8379
- namespaceRange:
@@ -116,8 +112,6 @@ steps:
116112
Method: SchedulingMetrics
117113
Params:
118114
action: gather
119-
token: {{ $token }}
120-
endpoint: "localhost:10259"
121115
- Identifier: FastFillPodStartupLatency
122116
Method: PodStartupLatency
123117
Params:
@@ -128,20 +122,18 @@ steps:
128122
Method: SchedulingMetrics
129123
Params:
130124
action: start
131-
token: {{ $token }}
132-
endpoint: "localhost:10259"
133125
- Identifier: ChurnSchedulingMetrics
134126
Method: SchedulingMetrics
135127
Params:
136128
action: reset
137-
token: {{ $token }}
138-
endpoint: "localhost:10259"
139129
- Identifier: ChurnPodStartupLatency
140130
Method: PodStartupLatency
141131
Params:
142132
action: start
143133
labelSelector: job-type = short-lived
144-
threshold: 20s
134+
perc50Threshold: 40s
135+
perc90Threshold: 60s
136+
perc99Threshold: 80s
145137
- name: Create steady state {{$MODE}} jobs
146138
phases:
147139
- namespaceRange:
@@ -171,9 +163,10 @@ steps:
171163
Method: SchedulingMetrics
172164
Params:
173165
action: gather
174-
token: {{ $token }}
175-
endpoint: "localhost:10259"
176166
- Identifier: ChurnPodStartupLatency
177167
Method: PodStartupLatency
178168
Params:
179-
action: gather
169+
action: gather
170+
perc50Threshold: 40s
171+
perc90Threshold: 60s
172+
perc99Threshold: 80s

0 commit comments

Comments
 (0)