Skip to content

Commit 1dcffab

Browse files
authored
Scenarios only run on main (#1692)
Due to various nuget feed challenges, we're reducing the matrix of these tests so they only run on main.
1 parent a1ed659 commit 1dcffab

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
queue: Windows.10.Amd64.ClientRS5.Open
5858
projectFile: scenarios.proj
5959
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
6361

6462
# Ubuntu 1804 x64 scenario benchmarks
6563
- template: /eng/performance/scenarios.yml
@@ -75,8 +73,6 @@ jobs:
7573
projectFile: scenarios.proj
7674
channels:
7775
- master
78-
- release/5.0.1xx
79-
# - release/3.1.3xx
8076

8177
# Windows x64 Blazor scenario benchmarks
8278
- template: /eng/performance/scenarios.yml
@@ -106,8 +102,6 @@ jobs:
106102
projectFile: sdk_scenarios.proj
107103
channels:
108104
- master
109-
- release/5.0.1xx
110-
# - release/3.1.3xx
111105

112106
# Ubuntu 1804 x64 SDK scenario benchmarks
113107
- template: /eng/performance/scenarios.yml
@@ -123,8 +117,6 @@ jobs:
123117
projectFile: sdk_scenarios.proj
124118
channels:
125119
- master
126-
- release/5.0.1xx
127-
# - release/3.1.3xx
128120

129121
# Windows x86 SDK scenario benchmarks
130122
- template: /eng/performance/scenarios.yml
@@ -139,8 +131,6 @@ jobs:
139131
projectFile: sdk_scenarios.proj
140132
channels:
141133
- master
142-
- release/5.0.1xx
143-
# - release/3.1.3xx
144134

145135
# Windows x64 micro benchmarks
146136
- template: /eng/performance/benchmark_jobs.yml
@@ -298,9 +288,7 @@ jobs:
298288
queue: Windows.10.Amd64.19H1.Tiger.Perf
299289
projectFile: scenarios.proj
300290
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
304292

305293
# Ubuntu 1804 x64 micro benchmarks
306294
- template: /eng/performance/scenarios.yml
@@ -315,8 +303,7 @@ jobs:
315303
container: ubuntu_x64_build_container
316304
projectFile: scenarios.proj
317305
channels:
318-
#- master
319-
- release/5.0.1xx
306+
- master
320307

321308
# Windows x64 micro benchmarks
322309
- template: /eng/performance/benchmark_jobs.yml
@@ -495,7 +482,6 @@ jobs:
495482
projectFile: sdk_scenarios.proj
496483
channels:
497484
- master
498-
#- release/5.0.1xx
499485

500486
# Windows x86 SDK scenario benchmarks
501487
- template: /eng/performance/scenarios.yml
@@ -510,7 +496,6 @@ jobs:
510496
projectFile: sdk_scenarios.proj
511497
channels:
512498
- master
513-
#- release/5.0.1xx
514499

515500
# Ubuntu 1804 x64 SDK scenario benchmarks
516501
- template: /eng/performance/scenarios.yml
@@ -526,8 +511,6 @@ jobs:
526511
projectFile: sdk_scenarios.proj
527512
channels:
528513
- master
529-
#- release/5.0.1xx
530-
# - release/3.1.2xx
531514

532515
# Windows x64 Blazor 3.2 scenario benchmarks
533516
- template: /eng/performance/scenarios.yml

0 commit comments

Comments
 (0)