@@ -259,7 +259,7 @@ jobs:
259
259
connection : ASPNET Benchmarks Service Bus
260
260
serviceBusQueueName : mono
261
261
serviceBusNamespace : aspnetbenchmarks
262
- arguments : " $(ciProfile) --profile gold-win-app --profile gold-load2-load "
262
+ arguments : " $(ciProfile) --profile gold-win-app --profile gold-load2-load --profile gold-db-db "
263
263
264
264
# GROUP 5
265
265
@@ -303,7 +303,7 @@ jobs:
303
303
connection : ASPNET Benchmarks Service Bus
304
304
serviceBusQueueName : citrine3
305
305
serviceBusNamespace : aspnetbenchmarks
306
- arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load "
306
+ arguments : " $(ciProfile) --profile intel-win-app --profile intel-load2-load --profile intel-db-db "
307
307
308
308
- job : Trends_Gold_Win
309
309
displayName : 5- Trends Gold Win
@@ -333,7 +333,7 @@ jobs:
333
333
connection : ASPNET Benchmarks Service Bus
334
334
serviceBusQueueName : citrine1
335
335
serviceBusNamespace : aspnetbenchmarks
336
- arguments : " $(ciProfile) --profile gold-lin-app --profile gold-load-load "
336
+ arguments : " $(ciProfile) --profile gold-lin-app --profile gold-load-load --profile gold-db-db "
337
337
338
338
- job : NativeAOT_Intel_Lin
339
339
displayName : 6- NativeAOT Intel Lin
@@ -347,24 +347,24 @@ jobs:
347
347
connection : ASPNET Benchmarks Service Bus
348
348
serviceBusQueueName : citrine2
349
349
serviceBusNamespace : aspnetbenchmarks
350
- arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load "
350
+ arguments : " $(ciProfile) --profile intel-lin-app --profile intel-load-load --profile intel-db-db "
351
351
352
- - job : Frameworks_Amd_Lin2
353
- displayName : 6- Frameworks Amd Lin2
352
+ - job : GC_Gold_Win
353
+ displayName : 6- GC Gold Win
354
354
pool : server
355
355
timeoutInMinutes : 120
356
356
dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
357
357
condition : succeededOrFailed()
358
358
steps :
359
- - template : frameworks -scenarios.yml
359
+ - template : gc -scenarios.yml
360
360
parameters :
361
361
connection : ASPNET Benchmarks Service Bus
362
362
serviceBusQueueName : citrine3
363
363
serviceBusNamespace : aspnetbenchmarks
364
- arguments : " $(ciProfile) --profile amd-lin2 -app --profile intel-load2-load --profile intel-db-db "
364
+ arguments : " $(ciProfile) --profile gold-win -app "
365
365
366
- - job : GC_Gold_Win
367
- displayName : 6- GC Gold Win
366
+ - job : GC_Intel_Win
367
+ displayName : 6- GC Intel Win
368
368
pool : server
369
369
timeoutInMinutes : 120
370
370
dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
@@ -375,15 +375,15 @@ jobs:
375
375
connection : ASPNET Benchmarks Service Bus
376
376
serviceBusQueueName : mono
377
377
serviceBusNamespace : aspnetbenchmarks
378
- arguments : " $(ciProfile) --profile gold -win-app "
378
+ arguments : " $(ciProfile) --profile intel -win-app "
379
379
380
380
# GROUP 7
381
381
382
382
- job : Frameworks_Gold_Lin
383
383
displayName : 7- Frameworks Gold Lin
384
384
pool : server
385
385
timeoutInMinutes : 120
386
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win ]
386
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, GC_Gold_Win, GC_Intel_Win ]
387
387
condition : succeededOrFailed()
388
388
steps :
389
389
- template : frameworks-scenarios.yml
@@ -397,7 +397,7 @@ jobs:
397
397
displayName : 7- Frameworks Intel Lin
398
398
pool : server
399
399
timeoutInMinutes : 120
400
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win ]
400
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, GC_Gold_Win, GC_Intel_Win ]
401
401
condition : succeededOrFailed()
402
402
steps :
403
403
- template : frameworks-scenarios.yml
@@ -411,7 +411,7 @@ jobs:
411
411
displayName : 7- Single File Gold Win
412
412
pool : server
413
413
timeoutInMinutes : 120
414
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win ]
414
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, GC_Gold_Win, GC_Intel_Win ]
415
415
condition : succeededOrFailed()
416
416
steps :
417
417
- template : singlefile-scenarios.yml
@@ -425,7 +425,7 @@ jobs:
425
425
displayName : 7- Single File Intel Win
426
426
pool : server
427
427
timeoutInMinutes : 120
428
- dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, Frameworks_Amd_Lin2, GC_Gold_Win ]
428
+ dependsOn : [NativeAOT_Gold_Lin, NativeAOT_Intel_Lin, GC_Gold_Win, GC_Intel_Win ]
429
429
condition : succeededOrFailed()
430
430
steps :
431
431
- template : singlefile-scenarios.yml
0 commit comments