Skip to content

Commit 8bde986

Browse files
committed
Fix missing timeoutInMinutes by updating the liquid template to use a default filter for setting it instead of an if else check.
1 parent 2d2efc8 commit 8bde986

File tree

3 files changed

+85
-85
lines changed

3 files changed

+85
-85
lines changed

build/benchmarks-ci-01.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- job: Proxies_Gold_Lin
3535
displayName: 1- Proxies Gold Lin
3636
pool: server
37-
timeoutInMinutes:
37+
timeoutInMinutes: 120
3838
dependsOn: []
3939
condition: succeededOrFailed()
4040
steps:
@@ -48,7 +48,7 @@ jobs:
4848
- job: Proxies_Intel_Lin
4949
displayName: 1- Proxies Intel Lin
5050
pool: server
51-
timeoutInMinutes:
51+
timeoutInMinutes: 120
5252
dependsOn: []
5353
condition: succeededOrFailed()
5454
steps:
@@ -62,7 +62,7 @@ jobs:
6262
- job: Grpc_Gold_Win
6363
displayName: 1- Grpc Gold Win
6464
pool: server
65-
timeoutInMinutes:
65+
timeoutInMinutes: 120
6666
dependsOn: []
6767
condition: succeededOrFailed()
6868
steps:
@@ -76,7 +76,7 @@ jobs:
7676
- job: Grpc_Intel_Win
7777
displayName: 1- Grpc Intel Win
7878
pool: server
79-
timeoutInMinutes:
79+
timeoutInMinutes: 120
8080
dependsOn: []
8181
condition: succeededOrFailed()
8282
steps:
@@ -92,7 +92,7 @@ jobs:
9292
- job: PGO_Intel_Lin
9393
displayName: 2- PGO Intel Lin
9494
pool: server
95-
timeoutInMinutes:
95+
timeoutInMinutes: 120
9696
dependsOn: [Proxies_Gold_Lin, Proxies_Intel_Lin, Grpc_Gold_Win, Grpc_Intel_Win]
9797
condition: succeededOrFailed()
9898
steps:
@@ -106,7 +106,7 @@ jobs:
106106
- job: PGO_Intel_Win
107107
displayName: 2- PGO Intel Win
108108
pool: server
109-
timeoutInMinutes:
109+
timeoutInMinutes: 120
110110
dependsOn: [Proxies_Gold_Lin, Proxies_Intel_Lin, Grpc_Gold_Win, Grpc_Intel_Win]
111111
condition: succeededOrFailed()
112112
steps:
@@ -120,7 +120,7 @@ jobs:
120120
- job: Grpc_Gold_Lin
121121
displayName: 2- Grpc Gold Lin
122122
pool: server
123-
timeoutInMinutes:
123+
timeoutInMinutes: 120
124124
dependsOn: [Proxies_Gold_Lin, Proxies_Intel_Lin, Grpc_Gold_Win, Grpc_Intel_Win]
125125
condition: succeededOrFailed()
126126
steps:
@@ -134,7 +134,7 @@ jobs:
134134
- job: Baselines_Gold_Win
135135
displayName: 2- Baselines Gold Win
136136
pool: server
137-
timeoutInMinutes:
137+
timeoutInMinutes: 120
138138
dependsOn: [Proxies_Gold_Lin, Proxies_Intel_Lin, Grpc_Gold_Win, Grpc_Intel_Win]
139139
condition: succeededOrFailed()
140140
steps:
@@ -150,7 +150,7 @@ jobs:
150150
- job: Baselines_Database_Amd_Lin2
151151
displayName: 3- Baselines Database Amd Lin2
152152
pool: server
153-
timeoutInMinutes:
153+
timeoutInMinutes: 120
154154
dependsOn: [PGO_Intel_Lin, PGO_Intel_Win, Grpc_Gold_Lin, Baselines_Gold_Win]
155155
condition: succeededOrFailed()
156156
steps:
@@ -164,7 +164,7 @@ jobs:
164164
- job: HttpClient_Gold_Lin
165165
displayName: 3- HttpClient Gold Lin
166166
pool: server
167-
timeoutInMinutes:
167+
timeoutInMinutes: 120
168168
dependsOn: [PGO_Intel_Lin, PGO_Intel_Win, Grpc_Gold_Lin, Baselines_Gold_Win]
169169
condition: succeededOrFailed()
170170
steps:
@@ -178,7 +178,7 @@ jobs:
178178
- job: HttpClient_Intel_Lin
179179
displayName: 3- HttpClient Intel Lin
180180
pool: server
181-
timeoutInMinutes:
181+
timeoutInMinutes: 120
182182
dependsOn: [PGO_Intel_Lin, PGO_Intel_Win, Grpc_Gold_Lin, Baselines_Gold_Win]
183183
condition: succeededOrFailed()
184184
steps:
@@ -192,7 +192,7 @@ jobs:
192192
- job: SignalR_Intel_Win
193193
displayName: 3- SignalR Intel Win
194194
pool: server
195-
timeoutInMinutes:
195+
timeoutInMinutes: 120
196196
dependsOn: [PGO_Intel_Lin, PGO_Intel_Win, Grpc_Gold_Lin, Baselines_Gold_Win]
197197
condition: succeededOrFailed()
198198
steps:
@@ -208,7 +208,7 @@ jobs:
208208
- job: Baselines_Gold_Lin
209209
displayName: 4- Baselines Gold Lin
210210
pool: server
211-
timeoutInMinutes:
211+
timeoutInMinutes: 120
212212
dependsOn: [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win]
213213
condition: succeededOrFailed()
214214
steps:
@@ -222,7 +222,7 @@ jobs:
222222
- job: Baselines_Intel_Lin
223223
displayName: 4- Baselines Intel Lin
224224
pool: server
225-
timeoutInMinutes:
225+
timeoutInMinutes: 120
226226
dependsOn: [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win]
227227
condition: succeededOrFailed()
228228
steps:
@@ -236,7 +236,7 @@ jobs:
236236
- job: MVC_Intel_Win
237237
displayName: 4- MVC Intel Win
238238
pool: server
239-
timeoutInMinutes:
239+
timeoutInMinutes: 120
240240
dependsOn: [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win]
241241
condition: succeededOrFailed()
242242
steps:
@@ -250,7 +250,7 @@ jobs:
250250
- job: NativeAOT_Gold_Win
251251
displayName: 4- NativeAOT Gold Win
252252
pool: server
253-
timeoutInMinutes:
253+
timeoutInMinutes: 120
254254
dependsOn: [Baselines_Database_Amd_Lin2, HttpClient_Gold_Lin, HttpClient_Intel_Lin, SignalR_Intel_Win]
255255
condition: succeededOrFailed()
256256
steps:
@@ -266,7 +266,7 @@ jobs:
266266
- job: SignalR_Gold_Lin
267267
displayName: 5- SignalR Gold Lin
268268
pool: server
269-
timeoutInMinutes:
269+
timeoutInMinutes: 120
270270
dependsOn: [Baselines_Gold_Lin, Baselines_Intel_Lin, MVC_Intel_Win, NativeAOT_Gold_Win]
271271
condition: succeededOrFailed()
272272
steps:
@@ -280,7 +280,7 @@ jobs:
280280
- job: SignalR_Intel_Lin
281281
displayName: 5- SignalR Intel Lin
282282
pool: server
283-
timeoutInMinutes:
283+
timeoutInMinutes: 120
284284
dependsOn: [Baselines_Gold_Lin, Baselines_Intel_Lin, MVC_Intel_Win, NativeAOT_Gold_Win]
285285
condition: succeededOrFailed()
286286
steps:
@@ -294,7 +294,7 @@ jobs:
294294
- job: NativeAOT_Intel_Win
295295
displayName: 5- NativeAOT Intel Win
296296
pool: server
297-
timeoutInMinutes:
297+
timeoutInMinutes: 120
298298
dependsOn: [Baselines_Gold_Lin, Baselines_Intel_Lin, MVC_Intel_Win, NativeAOT_Gold_Win]
299299
condition: succeededOrFailed()
300300
steps:
@@ -308,7 +308,7 @@ jobs:
308308
- job: Trends_Gold_Win
309309
displayName: 5- Trends Gold Win
310310
pool: server
311-
timeoutInMinutes:
311+
timeoutInMinutes: 120
312312
dependsOn: [Baselines_Gold_Lin, Baselines_Intel_Lin, MVC_Intel_Win, NativeAOT_Gold_Win]
313313
condition: succeededOrFailed()
314314
steps:
@@ -324,7 +324,7 @@ jobs:
324324
- job: NativeAOT_Gold_Lin
325325
displayName: 6- NativeAOT Gold Lin
326326
pool: server
327-
timeoutInMinutes:
327+
timeoutInMinutes: 120
328328
dependsOn: [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
329329
condition: succeededOrFailed()
330330
steps:
@@ -338,7 +338,7 @@ jobs:
338338
- job: NativeAOT_Intel_Lin
339339
displayName: 6- NativeAOT Intel Lin
340340
pool: server
341-
timeoutInMinutes:
341+
timeoutInMinutes: 120
342342
dependsOn: [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
343343
condition: succeededOrFailed()
344344
steps:
@@ -352,7 +352,7 @@ jobs:
352352
- job: Frameworks_Amd_Lin2
353353
displayName: 6- Frameworks Amd Lin2
354354
pool: server
355-
timeoutInMinutes:
355+
timeoutInMinutes: 120
356356
dependsOn: [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
357357
condition: succeededOrFailed()
358358
steps:
@@ -366,7 +366,7 @@ jobs:
366366
- job: GC_Gold_Win
367367
displayName: 6- GC Gold Win
368368
pool: server
369-
timeoutInMinutes:
369+
timeoutInMinutes: 120
370370
dependsOn: [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
371371
condition: succeededOrFailed()
372372
steps:
@@ -382,7 +382,7 @@ jobs:
382382
- job: Frameworks_Gold_Lin
383383
displayName: 7- Frameworks Gold Lin
384384
pool: server
385-
timeoutInMinutes:
385+
timeoutInMinutes: 120
386386
dependsOn: [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win]
387387
condition: succeededOrFailed()
388388
steps:
@@ -396,7 +396,7 @@ jobs:
396396
- job: Frameworks_Intel_Lin
397397
displayName: 7- Frameworks Intel Lin
398398
pool: server
399-
timeoutInMinutes:
399+
timeoutInMinutes: 120
400400
dependsOn: [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win]
401401
condition: succeededOrFailed()
402402
steps:
@@ -410,7 +410,7 @@ jobs:
410410
- job: Single_File_Gold_Win
411411
displayName: 7- Single File Gold Win
412412
pool: server
413-
timeoutInMinutes:
413+
timeoutInMinutes: 120
414414
dependsOn: [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win]
415415
condition: succeededOrFailed()
416416
steps:
@@ -424,7 +424,7 @@ jobs:
424424
- job: Single_File_Intel_Win
425425
displayName: 7- Single File Intel Win
426426
pool: server
427-
timeoutInMinutes:
427+
timeoutInMinutes: 120
428428
dependsOn: [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win]
429429
condition: succeededOrFailed()
430430
steps:
@@ -440,7 +440,7 @@ jobs:
440440
- job: Trends_Database_Gold_Lin
441441
displayName: 8- Trends Database Gold Lin
442442
pool: server
443-
timeoutInMinutes:
443+
timeoutInMinutes: 120
444444
dependsOn: [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win]
445445
condition: succeededOrFailed()
446446
steps:
@@ -454,7 +454,7 @@ jobs:
454454
- job: Trends_Database_Intel_Lin
455455
displayName: 8- Trends Database Intel Lin
456456
pool: server
457-
timeoutInMinutes:
457+
timeoutInMinutes: 120
458458
dependsOn: [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win]
459459
condition: succeededOrFailed()
460460
steps:
@@ -468,7 +468,7 @@ jobs:
468468
- job: WebSockets_Gold_Win
469469
displayName: 8- WebSockets Gold Win
470470
pool: server
471-
timeoutInMinutes:
471+
timeoutInMinutes: 120
472472
dependsOn: [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win]
473473
condition: succeededOrFailed()
474474
steps:
@@ -482,7 +482,7 @@ jobs:
482482
- job: WebSockets_Intel_Win
483483
displayName: 8- WebSockets Intel Win
484484
pool: server
485-
timeoutInMinutes:
485+
timeoutInMinutes: 120
486486
dependsOn: [Frameworks_Gold_Lin, Frameworks_Intel_Lin, Single_File_Gold_Win, Single_File_Intel_Win]
487487
condition: succeededOrFailed()
488488
steps:
@@ -498,7 +498,7 @@ jobs:
498498
- job: WebSockets_Gold_Lin
499499
displayName: 9- WebSockets Gold Lin
500500
pool: server
501-
timeoutInMinutes:
501+
timeoutInMinutes: 120
502502
dependsOn: [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Gold_Win, WebSockets_Intel_Win]
503503
condition: succeededOrFailed()
504504
steps:
@@ -512,7 +512,7 @@ jobs:
512512
- job: WebSockets_Intel_Lin
513513
displayName: 9- WebSockets Intel Lin
514514
pool: server
515-
timeoutInMinutes:
515+
timeoutInMinutes: 120
516516
dependsOn: [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Gold_Win, WebSockets_Intel_Win]
517517
condition: succeededOrFailed()
518518
steps:
@@ -526,7 +526,7 @@ jobs:
526526
- job: Crossgen_Amd_Lin2
527527
displayName: 9- Crossgen Amd Lin2
528528
pool: server
529-
timeoutInMinutes:
529+
timeoutInMinutes: 120
530530
dependsOn: [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Gold_Win, WebSockets_Intel_Win]
531531
condition: succeededOrFailed()
532532
steps:
@@ -540,7 +540,7 @@ jobs:
540540
- job: Build_Gold_Win
541541
displayName: 9- Build Gold Win
542542
pool: server
543-
timeoutInMinutes:
543+
timeoutInMinutes: 120
544544
dependsOn: [Trends_Database_Gold_Lin, Trends_Database_Intel_Lin, WebSockets_Gold_Win, WebSockets_Intel_Win]
545545
condition: succeededOrFailed()
546546
steps:
@@ -556,7 +556,7 @@ jobs:
556556
- job: Custom_Proxies_Gold_Lin
557557
displayName: 10- Custom Proxies Gold Lin
558558
pool: server
559-
timeoutInMinutes:
559+
timeoutInMinutes: 120
560560
dependsOn: [WebSockets_Gold_Lin, WebSockets_Intel_Lin, Crossgen_Amd_Lin2, Build_Gold_Win]
561561
condition: succeededOrFailed()
562562
steps:
@@ -570,7 +570,7 @@ jobs:
570570
- job: Custom_Proxies_Intel_Lin
571571
displayName: 10- Custom Proxies Intel Lin
572572
pool: server
573-
timeoutInMinutes:
573+
timeoutInMinutes: 120
574574
dependsOn: [WebSockets_Gold_Lin, WebSockets_Intel_Lin, Crossgen_Amd_Lin2, Build_Gold_Win]
575575
condition: succeededOrFailed()
576576
steps:

0 commit comments

Comments
 (0)