Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#4218)

Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com>
This commit is contained in:
Azure SDK Bot 2023-01-03 22:12:02 -05:00 committed by GitHub
parent 6536b0c61c
commit 8f28aabe67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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'

View File

@ -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