57
57
queue : Windows.10.Amd64.ClientRS5.Open
58
58
projectFile : scenarios.proj
59
59
channels : # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
60
- # - release/3.1.3xx
61
- - 3.0
62
- - release/5.0.1xx
60
+ - master
63
61
64
62
# Ubuntu 1804 x64 scenario benchmarks
65
63
- template : /eng/performance/scenarios.yml
75
73
projectFile : scenarios.proj
76
74
channels :
77
75
- master
78
- - release/5.0.1xx
79
- # - release/3.1.3xx
80
76
81
77
# Windows x64 Blazor scenario benchmarks
82
78
- template : /eng/performance/scenarios.yml
@@ -106,8 +102,6 @@ jobs:
106
102
projectFile : sdk_scenarios.proj
107
103
channels :
108
104
- master
109
- - release/5.0.1xx
110
- # - release/3.1.3xx
111
105
112
106
# Ubuntu 1804 x64 SDK scenario benchmarks
113
107
- template : /eng/performance/scenarios.yml
@@ -123,8 +117,6 @@ jobs:
123
117
projectFile : sdk_scenarios.proj
124
118
channels :
125
119
- master
126
- - release/5.0.1xx
127
- # - release/3.1.3xx
128
120
129
121
# Windows x86 SDK scenario benchmarks
130
122
- template : /eng/performance/scenarios.yml
@@ -139,8 +131,6 @@ jobs:
139
131
projectFile : sdk_scenarios.proj
140
132
channels :
141
133
- master
142
- - release/5.0.1xx
143
- # - release/3.1.3xx
144
134
145
135
# Windows x64 micro benchmarks
146
136
- template : /eng/performance/benchmark_jobs.yml
@@ -298,9 +288,7 @@ jobs:
298
288
queue : Windows.10.Amd64.19H1.Tiger.Perf
299
289
projectFile : scenarios.proj
300
290
channels : # for public jobs we want to make sure that the PRs don't break any of the supported channels
301
- # - release/3.1.2xx
302
- - release/5.0.1xx
303
- - 3.0
291
+ - master
304
292
305
293
# Ubuntu 1804 x64 micro benchmarks
306
294
- template : /eng/performance/scenarios.yml
@@ -315,8 +303,7 @@ jobs:
315
303
container : ubuntu_x64_build_container
316
304
projectFile : scenarios.proj
317
305
channels :
318
- # - master
319
- - release/5.0.1xx
306
+ - master
320
307
321
308
# Windows x64 micro benchmarks
322
309
- template : /eng/performance/benchmark_jobs.yml
@@ -495,7 +482,6 @@ jobs:
495
482
projectFile : sdk_scenarios.proj
496
483
channels :
497
484
- master
498
- # - release/5.0.1xx
499
485
500
486
# Windows x86 SDK scenario benchmarks
501
487
- template : /eng/performance/scenarios.yml
@@ -510,7 +496,6 @@ jobs:
510
496
projectFile : sdk_scenarios.proj
511
497
channels :
512
498
- master
513
- # - release/5.0.1xx
514
499
515
500
# Ubuntu 1804 x64 SDK scenario benchmarks
516
501
- template : /eng/performance/scenarios.yml
@@ -526,8 +511,6 @@ jobs:
526
511
projectFile : sdk_scenarios.proj
527
512
channels :
528
513
- master
529
- # - release/5.0.1xx
530
- # - release/3.1.2xx
531
514
532
515
# Windows x64 Blazor 3.2 scenario benchmarks
533
516
- template : /eng/performance/scenarios.yml
0 commit comments