Skip to content

Commit 21c0234

Browse files
authored
[EngSys] Update pipelines to ubuntu-24.04 and azsdk-pool (#777)
1 parent af35fdf commit 21c0234

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ extends:
1616
jobs:
1717
- job: 'Build'
1818
pool:
19-
name: 'azsdk-pool-mms-ubuntu-2204-general'
20-
image: ' azsdk-pool-mms-ubuntu-2204-1espt'
19+
name: 'azsdk-pool'
20+
image: 'ubuntu-24.04'
2121
os: linux
2222

2323
steps:

azure-pipelines/1es-redirect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ extends:
3030
longpaths: true
3131
submodules: false
3232
sourceAnalysisPool:
33-
name: azsdk-pool-mms-win-2022-general
34-
image: azsdk-pool-mms-win-2022-1espt
33+
name: azsdk-pool
34+
image: windows-2022
3535
os: windows
3636
sourceRepositoriesToScan:
3737
include:

azure-pipelines/image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
variables:
44
- name: LINUXPOOL
5-
value: azsdk-pool-mms-ubuntu-2004-general
5+
value: azsdk-pool
66
- name: LINUXNEXTPOOL
7-
value: azsdk-pool-mms-ubuntu-2204-general
7+
value: azsdk-pool
88
- name: WINDOWSPOOL
9-
value: azsdk-pool-mms-win-2022-general
9+
value: azsdk-pool
1010
- name: MACPOOL
1111
value: Azure Pipelines
1212

1313
- name: LINUXVMIMAGE
14-
value: azsdk-pool-mms-ubuntu-2004-1espt
14+
value: ubuntu-24.04
1515
- name: LINUXNEXTVMIMAGE
16-
value: azsdk-pool-mms-ubuntu-2204-1espt
16+
value: ubuntu-24.04
1717
- name: WINDOWSVMIMAGE
18-
value: azsdk-pool-mms-win-2022-1espt
18+
value: windows-2022
1919
- name: MACVMIMAGE
2020
value: macos-11
2121

azure-pipelines/lint-regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- job: regression_test
1111
timeoutInMinutes: 0
1212
pool:
13-
name: "azsdk-pool-mms-ubuntu-2204-general"
14-
vmImage: "ubuntu-22.04"
13+
name: "azsdk-pool"
14+
vmImage: "ubuntu-24.04"
1515

1616
variables:
1717
NODE_OPTIONS: '--max-old-space-size=8192'

azure-pipelines/release-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ stages:
1515
- deployment: Publish
1616
environment: 'package-publish'
1717
pool:
18-
name: azsdk-pool-mms-ubuntu-2004-general
19-
image: azsdk-pool-mms-ubuntu-2004-1espt
18+
name: azsdk-pool
19+
image: ubuntu-24.04
2020
os: linux
2121

2222
strategy:

0 commit comments

Comments
 (0)