未验证 提交 e5b79f84 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #33947 from jaredpar/fix-pool

Move to BYOC pools
......@@ -22,7 +22,9 @@ pr:
jobs:
- job: Windows_Desktop_Unit_Tests
pool: dotnet-external-temp
pool:
name: NetCorePublic-Int-Pool
queue: BuildPool.Windows.10.Amd64.VS2017.Open
strategy:
maxParallel: 4
matrix:
......@@ -88,7 +90,9 @@ jobs:
condition: not(succeeded())
- job: Windows_CoreClr_Unit_Tests
pool: dotnet-external-temp
pool:
name: NetCorePublic-Int-Pool
queue: BuildPool.Windows.10.Amd64.VS2017.Open
strategy:
maxParallel: 2
matrix:
......@@ -121,7 +125,9 @@ jobs:
condition: not(succeeded())
- job: Windows_Determinism_Test
pool: dotnet-external-temp
pool:
name: NetCorePublic-Int-Pool
queue: BuildPool.Windows.10.Amd64.VS2017.Open
timeoutInMinutes: 90
steps:
- script: eng/test-determinism.cmd -configuration Debug
......@@ -137,7 +143,9 @@ jobs:
condition: not(succeeded())
- job: Windows_Correctness_Test
pool: dotnet-external-temp
pool:
name: NetCorePublic-Int-Pool
queue: BuildPool.Windows.10.Amd64.VS2017.Open
timeoutInMinutes: 90
steps:
- script: eng/test-build-correctness.cmd -configuration Release
......@@ -169,7 +177,9 @@ jobs:
condition: succeeded()
- job: Linux_Test
pool: DotNetCore-Linux
pool:
name: NetCorePublic-Int-Pool
queue: BuildPool.Ubuntu.1604.amd64.Open
strategy:
maxParallel: 2
matrix:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册