Skip to content

Commit

Permalink
Merge pull request #63498 from dotnet/dev/jorobich/update-build-images2
Browse files Browse the repository at this point in the history
Move Windows builds to new images
  • Loading branch information
JoeRobich authored Aug 24, 2022
2 parents 9109564 + 1e44a81 commit d4c3b99
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-integration-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- job: VS_Integration_LSP
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
demands: ImageOverride -equals windows.vs2022preview.amd64.open
timeoutInMinutes: 135

steps:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- job: VS_Integration
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open
demands: ImageOverride -equals windows.vs2022.amd64.open
strategy:
maxParallel: 4
matrix:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stages:
displayName: Build and Test
pool:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.Amd64.VS2022
demands: ImageOverride -equals windows.vs2022.amd64

jobs:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.1-vs-deps') }}:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- job: RichCodeNav_Indexing
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
demands: ImageOverride -equals windows.vs2022preview.amd64.open
variables:
EnableRichCodeNavigation: true
timeoutInMinutes: 200
Expand Down
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
jobName: Build_Windows_Debug
testArtifactName: Transport_Artifacts_Windows_Debug
configuration: Debug
queueName: Build.Windows.Amd64.VS2022.Open
queueName: windows.vs2022.amd64.open

- template: eng/pipelines/build-windows-job.yml
parameters:
jobName: Build_Windows_Release
testArtifactName: Transport_Artifacts_Windows_Release
configuration: Release
queueName: Build.Windows.Amd64.VS2022.Open
queueName: windows.vs2022.amd64.open

- template: eng/pipelines/test-windows-job.yml
parameters:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- job: Correctness_Determinism
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open
demands: ImageOverride -equals windows.vs2022.amd64.open
timeoutInMinutes: 90
steps:
- template: eng/pipelines/checkout-windows-task.yml
Expand All @@ -170,7 +170,7 @@ jobs:
- job: Correctness_Build
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open
demands: ImageOverride -equals windows.vs2022.amd64.open
timeoutInMinutes: 90
steps:
- template: eng/pipelines/checkout-windows-task.yml
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- job: Correctness_Rebuild
pool:
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open
demands: ImageOverride -equals windows.vs2022.amd64.open
timeoutInMinutes: 90
steps:
- template: eng/pipelines/checkout-windows-task.yml
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/test-windows-job-single-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
default: ''
- name: queueName
type: string
default: 'Build.Windows.10.Amd64.Open'
default: 'windows.vs2022.amd64.open'

jobs:
- job: ${{ parameters.jobName }}
Expand Down

0 comments on commit d4c3b99

Please sign in to comment.