Skip to content

Commit

Permalink
Scenarios only run on main (dotnet#1692)
Browse files Browse the repository at this point in the history
Due to various nuget feed challenges, we're reducing the matrix of these tests so they only run on main.
  • Loading branch information
billwert authored Feb 19, 2021
1 parent a1ed659 commit 1dcffab
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
queue: Windows.10.Amd64.ClientRS5.Open
projectFile: scenarios.proj
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
# - release/3.1.3xx
- 3.0
- release/5.0.1xx
- master

# Ubuntu 1804 x64 scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -75,8 +73,6 @@ jobs:
projectFile: scenarios.proj
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx

# Windows x64 Blazor scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand Down Expand Up @@ -106,8 +102,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx

# Ubuntu 1804 x64 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -123,8 +117,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx

# Windows x86 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -139,8 +131,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx

# Windows x64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand Down Expand Up @@ -298,9 +288,7 @@ jobs:
queue: Windows.10.Amd64.19H1.Tiger.Perf
projectFile: scenarios.proj
channels: # for public jobs we want to make sure that the PRs don't break any of the supported channels
# - release/3.1.2xx
- release/5.0.1xx
- 3.0
- master

# Ubuntu 1804 x64 micro benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -315,8 +303,7 @@ jobs:
container: ubuntu_x64_build_container
projectFile: scenarios.proj
channels:
#- master
- release/5.0.1xx
- master

# Windows x64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand Down Expand Up @@ -495,7 +482,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
#- release/5.0.1xx

# Windows x86 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -510,7 +496,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
#- release/5.0.1xx

# Ubuntu 1804 x64 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -526,8 +511,6 @@ jobs:
projectFile: sdk_scenarios.proj
channels:
- master
#- release/5.0.1xx
# - release/3.1.2xx

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

0 comments on commit 1dcffab

Please sign in to comment.