File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
eng/common/pipelines/templates/jobs Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ parameters:
2020jobs :
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
You can’t perform that action at this time.
0 commit comments