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