Skip to content

Commit

Permalink
[EngSys] Rename pool from azsdk-pool-x64 to azsdk-pool (#33091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Mar 8, 2025
1 parent 5e4096f commit f6848c9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-data-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schedules:
always: true

pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-22.04

variables:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Azure OpenAPI"

pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-20.04

trigger:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/codeowners-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stages:
- job: Run
timeoutInMinutes: 120
pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-22.04

variables:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/swagger-apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
jobs:
- job:
pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-22.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/swagger-prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger: none
jobs:
- job:
pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-22.04

variables:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/1es-redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extends:
disableAutoBaselineOnNonDefaultBranches: true
enableForGitHub: true
sourceAnalysisPool:
name: azsdk-pool-x64
name: azsdk-pool
image: windows-2022
os: windows
psscriptanalyzer:
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/templates/variables/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

variables:
- name: LINUXPOOL
value: azsdk-pool-x64
value: azsdk-pool
- name: LINUXNEXTPOOL
value: azsdk-pool-x64
value: azsdk-pool
- name: WINDOWSPOOL
value: azsdk-pool-x64
value: azsdk-pool
- name: MACPOOL
value: Azure Pipelines

Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/typespec-apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
jobs:
- job:
pool:
name: azsdk-pool-x64
name: azsdk-pool
demands: ImageOverride -equals ubuntu-22.04

variables:
Expand Down

0 comments on commit f6848c9

Please sign in to comment.