Skip to content

Commit 4f899da

Browse files
authored
Fix NativeAOT runs to include db machines. (#2101)
1 parent 4bb3574 commit 4f899da

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

build/benchmarks-ci-01.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

build/benchmarks-ci-02.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -465,19 +465,19 @@ jobs:
465465
serviceBusNamespace: aspnetbenchmarks
466466
arguments: "$(ciProfile) --profile intel-lin-app --profile intel-load-load "
467467

468-
- job: GC_Intel_Win
469-
displayName: 8- GC Intel Win
468+
- job: Frameworks_Amd_Lin2
469+
displayName: 8- Frameworks Amd Lin2
470470
pool: server
471471
timeoutInMinutes: 120
472472
dependsOn: [MVC_Gold_Lin, MVC_Intel_Lin, EF_Core_Gold_Win, EF_Core_Intel_Win]
473473
condition: succeededOrFailed()
474474
steps:
475-
- template: gc-scenarios.yml
475+
- template: frameworks-scenarios.yml
476476
parameters:
477477
connection: ASPNET Benchmarks Service Bus
478478
serviceBusQueueName: citrine3
479479
serviceBusNamespace: aspnetbenchmarks
480-
arguments: "$(ciProfile) --profile intel-win-app "
480+
arguments: "$(ciProfile) --profile amd-lin2-app --profile intel-load2-load --profile intel-db-db "
481481

482482
- job: Trends_Database_Gold_Win
483483
displayName: 8- Trends Database Gold Win
@@ -499,7 +499,7 @@ jobs:
499499
displayName: 9- GC Gold Lin
500500
pool: server
501501
timeoutInMinutes: 120
502-
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, GC_Intel_Win, Trends_Database_Gold_Win]
502+
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, Frameworks_Amd_Lin2, Trends_Database_Gold_Win]
503503
condition: succeededOrFailed()
504504
steps:
505505
- template: gc-scenarios.yml
@@ -513,7 +513,7 @@ jobs:
513513
displayName: 9- GC Intel Lin
514514
pool: server
515515
timeoutInMinutes: 120
516-
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, GC_Intel_Win, Trends_Database_Gold_Win]
516+
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, Frameworks_Amd_Lin2, Trends_Database_Gold_Win]
517517
condition: succeededOrFailed()
518518
steps:
519519
- template: gc-scenarios.yml
@@ -527,7 +527,7 @@ jobs:
527527
displayName: 9- Trends Database Intel Win
528528
pool: server
529529
timeoutInMinutes: 120
530-
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, GC_Intel_Win, Trends_Database_Gold_Win]
530+
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, Frameworks_Amd_Lin2, Trends_Database_Gold_Win]
531531
condition: succeededOrFailed()
532532
steps:
533533
- template: trend-database-scenarios.yml
@@ -541,7 +541,7 @@ jobs:
541541
displayName: 9- Trends Database Amd Lin2
542542
pool: server
543543
timeoutInMinutes: 120
544-
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, GC_Intel_Win, Trends_Database_Gold_Win]
544+
dependsOn: [Trends_Gold_Lin, Trends_Intel_Lin, Frameworks_Amd_Lin2, Trends_Database_Gold_Win]
545545
condition: succeededOrFailed()
546546
steps:
547547
- template: trend-database-scenarios.yml

build/benchmarks_ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
{
265265
"name": "NativeAOT",
266266
"template": "nativeaot-scenarios.yml",
267-
"type": 2,
267+
"type": 3,
268268
"target_machines": [
269269
"gold-lin",
270270
"gold-win",

0 commit comments

Comments
 (0)