Skip to content

Commit f9a2e43

Browse files
authored
Use 1ES pool for all Ubuntu images (#37670)
- Reduces capacity demands on DevOps pool
1 parent 91ba236 commit f9a2e43

File tree

9 files changed

+10
-2
lines changed

9 files changed

+10
-2
lines changed

eng/pipelines/autorest_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
displayName: 'Run AutoRest'
2626

2727
pool:
28+
name: azsdk-pool-mms-ubuntu-2004-general
2829
vmImage: 'ubuntu-20.04'
2930

3031
steps:

eng/pipelines/generate-all-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
timeoutInMinutes: 120
1313

1414
pool:
15+
name: azsdk-pool-mms-ubuntu-2004-general
1516
vmImage: 'ubuntu-20.04'
1617

1718
steps:

eng/pipelines/templates/jobs/update_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ variables:
1010
skipComponentGovernanceDetection: true
1111

1212
pool:
13-
vmImage: 'ubuntu-latest'
13+
name: azsdk-pool-mms-ubuntu-2204-general
14+
vmImage: 'ubuntu-22.04'
1415

1516
steps:
1617
- task: UsePythonVersion@0

eng/pipelines/templates/stages/archetype-conda-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stages:
1818

1919
pool:
2020
name: azsdk-pool-mms-ubuntu-2004-general
21-
vmImage: MMSUbuntu20.04
21+
vmImage: 'ubuntu-20.04'
2222

2323
strategy:
2424
runOnce:

scripts/auto_release/PythonSdkLiveTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
strategy:
2626
maxParallel: 5
2727
pool:
28+
name: azsdk-pool-mms-ubuntu-2004-general
2829
vmImage: 'ubuntu-20.04'
2930
variables:
3031
Codeql.Enabled: false

scripts/collect_api_version_for_multi_api_sdk/collect_api_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
maxParallel: 1
2424
pool:
25+
name: azsdk-pool-mms-ubuntu-2004-general
2526
vmImage: 'ubuntu-20.04'
2627
steps:
2728
- task: UsePythonVersion@0

scripts/issue_helper/issue_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
strategy:
3232
maxParallel: 3
3333
pool:
34+
name: azsdk-pool-mms-ubuntu-2004-general
3435
vmImage: 'ubuntu-20.04'
3536
steps:
3637
- task: UsePythonVersion@0

scripts/release_helper/release_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
strategy:
3636
maxParallel: 1
3737
pool:
38+
name: azsdk-pool-mms-ubuntu-2004-general
3839
vmImage: 'ubuntu-20.04'
3940
variables:
4041
Codeql.Enabled: false

scripts/release_sdk_status/release_sdk_status.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
strategy:
3535
maxParallel: 1
3636
pool:
37+
name: azsdk-pool-mms-ubuntu-2004-general
3738
vmImage: 'ubuntu-20.04'
3839
steps:
3940
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)