Skip to content

Commit

Permalink
update to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooolivia committed Aug 31, 2020
1 parent e4c6225 commit 77f6734
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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
- release/3.1.4xx
- 3.0
- release/5.0.1xx

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx
- release/3.1.4xx

# Ubuntu 1804 x64 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -108,7 +108,7 @@ jobs:
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx
- release/3.1.4xx

# Windows x86 SDK scenario benchmarks
- template: /eng/performance/scenarios.yml
Expand All @@ -123,7 +123,7 @@ jobs:
channels:
- master
- release/5.0.1xx
# - release/3.1.3xx
- release/3.1.4xx

# Windows x64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand All @@ -139,7 +139,7 @@ jobs:
channels:
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx
- 2.1

# Windows x64 net461 micro benchmarks
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx

# Windows x64 Roslyn benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand All @@ -201,7 +201,7 @@ jobs:
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx

# Ubuntu 1804 x64 micro benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand All @@ -218,7 +218,7 @@ jobs:
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx
- 2.1

# Ubuntu 1804 x64 ML.NET benchmarks
Expand All @@ -236,7 +236,7 @@ jobs:
channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx

# Ubuntu 1804 x64 Roslyn benchmarks
- template: /eng/performance/benchmark_jobs.yml
Expand All @@ -253,7 +253,7 @@ jobs:
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
- master
- release/5.0.1xx
- release/3.1.3xx
- release/3.1.4xx

###########################################
# Private Jobs
Expand Down
4 changes: 4 additions & 0 deletions scripts/channel_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class ChannelMap():
'tfm': 'netcoreapp5.0',
'branch': 'release/5.0'
},
'release/3.1.4xx':{
'tfm': 'netcoreapp3.1',
'branch': 'release/3.1.4xx'
},
'release/3.1.3xx':{
'tfm': 'netcoreapp3.1',
'branch': 'release/3.1.3xx'
Expand Down

0 comments on commit 77f6734

Please sign in to comment.