Skip to content

Commit 794c96c

Browse files
azure-sdkKonrad Jamrozik
andauthored
Migrate eng/common (except job-matrix) to Ubuntu 22.04 (Azure#19746)
Co-authored-by: Konrad Jamrozik <[email protected]>
1 parent ab5b4fb commit 794c96c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ parameters:
2727
default: []
2828
- name: Pool
2929
type: string
30-
default: azsdk-pool-mms-ubuntu-2004-general
30+
default: azsdk-pool-mms-ubuntu-2204-general
3131
- name: OsVmImage
3232
type: string
33-
default: MMSUbuntu20.04
33+
default: MMSUbuntu22.04
3434
# This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE.
3535
# When that occurs, provide a name other than the default value.
3636
- name: GenerateJobName

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ parameters:
44
default: 'Perf'
55
- name: LinuxPool
66
type: string
7-
default: 'azsdk-pool-mms-ubuntu-2004-perf'
7+
default: azsdk-pool-mms-ubuntu-2204-perf
88
- name: LinuxVmImage
99
type: string
10-
default: 'MMSUbuntu20.04'
10+
default: MMSUbuntu22.04
1111
- name: WindowsPool
1212
type: string
1313
default: 'azsdk-pool-mms-win-2019-perf'

eng/common/pipelines/templates/jobs/prepare-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ parameters:
2020
jobs:
2121
- job: PreparePipelines
2222
pool:
23-
name: azsdk-pool-mms-ubuntu-2004-general
24-
vmImage: MMSUbuntu20.04
23+
name: azsdk-pool-mms-ubuntu-2204-general
24+
vmImage: MMSUbuntu22.04
2525
steps:
2626
- template: /eng/common/pipelines/templates/steps/install-pipeline-generation.yml
2727
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml

0 commit comments

Comments
 (0)