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:
27
27
default : []
28
28
- name : Pool
29
29
type : string
30
- default : azsdk-pool-mms-ubuntu-2004 -general
30
+ default : azsdk-pool-mms-ubuntu-2204 -general
31
31
- name : OsVmImage
32
32
type : string
33
- default : MMSUbuntu20 .04
33
+ default : MMSUbuntu22 .04
34
34
# This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE.
35
35
# When that occurs, provide a name other than the default value.
36
36
- name : GenerateJobName
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ parameters:
4
4
default : ' Perf'
5
5
- name : LinuxPool
6
6
type : string
7
- default : ' azsdk-pool-mms-ubuntu-2004 -perf'
7
+ default : azsdk-pool-mms-ubuntu-2204 -perf
8
8
- name : LinuxVmImage
9
9
type : string
10
- default : ' MMSUbuntu20 .04'
10
+ default : MMSUbuntu22 .04
11
11
- name : WindowsPool
12
12
type : string
13
13
default : ' azsdk-pool-mms-win-2019-perf'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ parameters:
20
20
jobs :
21
21
- job : PreparePipelines
22
22
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
25
25
steps :
26
26
- template : /eng/common/pipelines/templates/steps/install-pipeline-generation.yml
27
27
- template : /eng/common/pipelines/templates/steps/set-default-branch.yml
You can’t perform that action at this time.
0 commit comments