Skip to content

[EngSys] Update pipelines to ubuntu-24.04 and azsdk-pool #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ extends:
- deployment: Publish
environment: 'package-publish'
pool:
name: azsdk-pool-mms-ubuntu-2004-general
image: azsdk-pool-mms-ubuntu-2004-1espt
name: azsdk-pool
image: ubuntu-24.04
os: linux

strategy:
Expand Down
4 changes: 2 additions & 2 deletions eng/1es-redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ extends:
submodule: false
runInSingleJob: true
sourceAnalysisPool:
name: azsdk-pool-mms-win-2022-general
image: azsdk-pool-mms-win-2022-1espt
name: azsdk-pool
image: windows-2022
os: windows
eslint:
enabled: false
Expand Down
10 changes: 5 additions & 5 deletions eng/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

variables:
- name: LINUXPOOL
value: azsdk-pool-mms-ubuntu-2004-general
value: azsdk-pool
- name: WINDOWSPOOL
value: azsdk-pool-mms-win-2022-general
value: azsdk-pool
- name: MACPOOL
value: Azure Pipelines

- name: LINUXVMIMAGE
value: azsdk-pool-mms-ubuntu-2004-1espt
value: ubuntu-24.04
- name: LINUXNEXTVMIMAGE
value: ubuntu-22.04
value: ubuntu-24.04
- name: WINDOWSVMIMAGE
value: azsdk-pool-mms-win-2022-1espt
value: windows-2022
- name: MACVMIMAGE
value: macos-11

Expand Down
Loading