Skip to content

Commit

Permalink
Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com>
  • Loading branch information
azure-sdk and Konrad Jamrozik committed Jan 4, 2023
1 parent ab5b4fb commit 794c96c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ parameters:
default: []
- name: Pool
type: string
default: azsdk-pool-mms-ubuntu-2004-general
default: azsdk-pool-mms-ubuntu-2204-general
- name: OsVmImage
type: string
default: MMSUbuntu20.04
default: MMSUbuntu22.04
# This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE.
# When that occurs, provide a name other than the default value.
- name: GenerateJobName
Expand Down
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ parameters:
default: 'Perf'
- name: LinuxPool
type: string
default: 'azsdk-pool-mms-ubuntu-2004-perf'
default: azsdk-pool-mms-ubuntu-2204-perf
- name: LinuxVmImage
type: string
default: 'MMSUbuntu20.04'
default: MMSUbuntu22.04
- name: WindowsPool
type: string
default: 'azsdk-pool-mms-win-2019-perf'
Expand Down
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/jobs/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ parameters:
jobs:
- job: PreparePipelines
pool:
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: MMSUbuntu20.04
name: azsdk-pool-mms-ubuntu-2204-general
vmImage: MMSUbuntu22.04
steps:
- template: /eng/common/pipelines/templates/steps/install-pipeline-generation.yml
- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
Expand Down

0 comments on commit 794c96c

Please sign in to comment.