Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#4218)
Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com>
This commit is contained in:
parent
6536b0c61c
commit
8f28aabe67
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user