@@ -259,7 +259,7 @@ jobs:
259259 connection : ASPNET Benchmarks Service Bus
260260 serviceBusQueueName : mono
261261 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 "
263263
264264# GROUP 5
265265
@@ -303,7 +303,7 @@ jobs:
303303 connection : ASPNET Benchmarks Service Bus
304304 serviceBusQueueName : citrine3
305305 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 "
307307
308308- job : Trends_Gold_Win
309309 displayName : 5- Trends Gold Win
@@ -333,7 +333,7 @@ jobs:
333333 connection : ASPNET Benchmarks Service Bus
334334 serviceBusQueueName : citrine1
335335 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 "
337337
338338- job : NativeAOT_Intel_Lin
339339 displayName : 6- NativeAOT Intel Lin
@@ -347,24 +347,24 @@ jobs:
347347 connection : ASPNET Benchmarks Service Bus
348348 serviceBusQueueName : citrine2
349349 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 "
351351
352- - job : Frameworks_Amd_Lin2
353- displayName : 6- Frameworks Amd Lin2
352+ - job : GC_Gold_Win
353+ displayName : 6- GC Gold Win
354354 pool : server
355355 timeoutInMinutes : 120
356356 dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
357357 condition : succeededOrFailed()
358358 steps :
359- - template : frameworks -scenarios.yml
359+ - template : gc -scenarios.yml
360360 parameters :
361361 connection : ASPNET Benchmarks Service Bus
362362 serviceBusQueueName : citrine3
363363 serviceBusNamespace : aspnetbenchmarks
364- arguments : " $(ciProfile) --profile amd-lin2 -app --profile intel-load2-load --profile intel-db-db "
364+ arguments : " $(ciProfile) --profile gold-win -app "
365365
366- - job : GC_Gold_Win
367- displayName : 6- GC Gold Win
366+ - job : GC_Intel_Win
367+ displayName : 6- GC Intel Win
368368 pool : server
369369 timeoutInMinutes : 120
370370 dependsOn : [SignalR_Gold_Lin, SignalR_Intel_Lin, NativeAOT_Intel_Win, Trends_Gold_Win]
@@ -375,15 +375,15 @@ jobs:
375375 connection : ASPNET Benchmarks Service Bus
376376 serviceBusQueueName : mono
377377 serviceBusNamespace : aspnetbenchmarks
378- arguments : " $(ciProfile) --profile gold -win-app "
378+ arguments : " $(ciProfile) --profile intel -win-app "
379379
380380# GROUP 7
381381
382382- job : Frameworks_Gold_Lin
383383 displayName : 7- Frameworks Gold Lin
384384 pool : server
385385 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 ]
387387 condition : succeededOrFailed()
388388 steps :
389389 - template : frameworks-scenarios.yml
@@ -397,7 +397,7 @@ jobs:
397397 displayName : 7- Frameworks Intel Lin
398398 pool : server
399399 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 ]
401401 condition : succeededOrFailed()
402402 steps :
403403 - template : frameworks-scenarios.yml
@@ -411,7 +411,7 @@ jobs:
411411 displayName : 7- Single File Gold Win
412412 pool : server
413413 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 ]
415415 condition : succeededOrFailed()
416416 steps :
417417 - template : singlefile-scenarios.yml
@@ -425,7 +425,7 @@ jobs:
425425 displayName : 7- Single File Intel Win
426426 pool : server
427427 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 ]
429429 condition : succeededOrFailed()
430430 steps :
431431 - template : singlefile-scenarios.yml
0 commit comments