Skip to content

Commit

Permalink
uncomment master jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooolivia committed Aug 31, 2020
1 parent 12c3735 commit e4c6225
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
queue: Windows.10.Amd64.ClientRS5.Open
projectFile: blazor_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx

# Windows x64 SDK scenario benchmarks
Expand All @@ -90,7 +90,7 @@ jobs:
queue: Windows.10.Amd64.ClientRS5.Open
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.3xx

Expand All @@ -106,7 +106,7 @@ jobs:
container: ubuntu_x64_build_container
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.3xx

Expand All @@ -121,7 +121,7 @@ jobs:
queue: Windows.10.Amd64.ClientRS5.Open
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.3xx

Expand All @@ -137,7 +137,7 @@ jobs:
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels:
#- master
- master
- release/5.0.1xx
- release/3.1.3xx
- 2.1
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for public jobs we want to make sure that the PRs don't break x86
#- master
- master
- release/5.0.1xx

# Windows x64 ML.NET benchmarks
Expand All @@ -183,7 +183,7 @@ jobs:
csproj: src\benchmarks\real-world\Microsoft.ML.Benchmarks\Microsoft.ML.Benchmarks.csproj
runCategories: 'mldotnet'
channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.3xx

Expand All @@ -199,7 +199,7 @@ jobs:
csproj: src\benchmarks\real-world\Roslyn\CompilerBenchmarks.csproj
runCategories: 'roslyn'
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.3xx

Expand All @@ -216,7 +216,7 @@ jobs:
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks
#- master
- master
- release/5.0.1xx
- release/3.1.3xx
- 2.1
Expand All @@ -234,7 +234,7 @@ jobs:
runCategories: 'mldotnet'
csproj: src/benchmarks/real-world/Microsoft.ML.Benchmarks/Microsoft.ML.Benchmarks.csproj
channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.3xx

Expand All @@ -251,7 +251,7 @@ jobs:
runCategories: 'roslyn'
csproj: src/benchmarks/real-world/Roslyn/CompilerBenchmarks.csproj
channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.3xx

Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -304,7 +304,7 @@ jobs:
csproj: src\benchmarks\micro\MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -320,7 +320,7 @@ jobs:
csproj: src\benchmarks\real-world\Microsoft.ML.Benchmarks\Microsoft.ML.Benchmarks.csproj
runCategories: 'mldotnet'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -336,7 +336,7 @@ jobs:
csproj: src\benchmarks\real-world\Roslyn\CompilerBenchmarks.csproj
runCategories: 'roslyn'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -353,7 +353,7 @@ jobs:
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -370,7 +370,7 @@ jobs:
csproj: src/benchmarks/real-world/Microsoft.ML.Benchmarks/Microsoft.ML.Benchmarks.csproj
runCategories: 'mldotnet'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -387,7 +387,7 @@ jobs:
csproj: src/benchmarks/real-world/Roslyn/CompilerBenchmarks.csproj
runCategories: 'roslyn'
channels: # for private jobs we want to benchmark .NET Core 3.1 and 5.0 only
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -409,7 +409,7 @@ jobs:
queue: Windows.10.Amd64.19H1.Tiger.Perf
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.2xx

Expand All @@ -424,7 +424,7 @@ jobs:
queue: Windows.10.Amd64.19H1.Tiger.Perf
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.2xx

Expand All @@ -440,7 +440,7 @@ jobs:
container: ubuntu_x64_build_container
projectFile: sdk_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx
# - release/3.1.2xx

Expand All @@ -455,7 +455,7 @@ jobs:
queue: Windows.10.Amd64.19H1.Tiger.Perf
projectFile: blazor_scenarios.proj
channels:
#- master
- master
- release/5.0.1xx

# Ubuntu 1804 ARM64 micro benchmarks
Expand All @@ -471,7 +471,7 @@ jobs:
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 5.0 and 3.1
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand All @@ -487,7 +487,7 @@ jobs:
csproj: src/benchmarks/micro/MicroBenchmarks.csproj
runCategories: 'runtime libraries'
channels: # for private jobs we want to benchmark .NET Core 5.0 and 3.1
#- master
- master
- release/5.0.1xx
- release/3.1.2xx

Expand Down

0 comments on commit e4c6225

Please sign in to comment.