未验证 提交 224cac02 编写于 作者: A Alex Perovich 提交者: GitHub

Update public pool names (#13818)

* Update public pool names

* Update azure-pipelines.yml

* Disable macOS legs until fixed.
Co-authored-by: NVlad Zarytovskii <vzaritovsky@hotmail.com>
上级 7c81ac09
......@@ -210,7 +210,7 @@ stages:
- name: _SignType
value: Test
pool:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
timeoutInMinutes: 90
steps:
......@@ -283,7 +283,7 @@ stages:
# WindowsMachineQueueName=Windows.vs2022.amd64.open
# and there is an alternate build definition that sets this to a queue that is always scouting the
# next preview of Visual Studio.
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
timeoutInMinutes: 120
strategy:
......@@ -341,7 +341,7 @@ stages:
# WindowsMachineQueueName=Windows.vs2022.amd64.open
# and there is an alternate build definition that sets this to a queue that is always scouting the
# next preview of Visual Studio.
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
timeoutInMinutes: 120
strategy:
......@@ -395,7 +395,7 @@ stages:
# Mock official build
- job: MockOfficial
pool:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
steps:
- checkout: self
......@@ -445,6 +445,7 @@ stages:
# MacOS
- job: MacOS
condition: eq(1,2)
pool:
vmImage: $(MacOSMachineQueueName)
variables:
......@@ -486,7 +487,7 @@ stages:
# End to end build
- job: EndToEndBuildTests
pool:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
steps:
- checkout: self
......@@ -511,7 +512,7 @@ stages:
# Plain build Windows
- job: Plain_Build_Windows
pool:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals $(WindowsMachineQueueName)
variables:
- name: _BuildConfig
......@@ -575,6 +576,7 @@ stages:
# Plain build Mac
- job: Plain_Build_MacOS
condition: eq(1,2)
pool:
vmImage: $(MacOSMachineQueueName)
variables:
......
......@@ -46,7 +46,7 @@ jobs:
# source-build builds run in Docker, including the default managed platform.
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
......
......@@ -28,7 +28,7 @@ jobs:
${{ if eq(parameters.pool, '') }}:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
name: NetCore-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册