Skip to content

Commit a5d5554

Browse files
authored
Port eng/common/perf.yml to storage/stable (#24954)
1 parent 5fdb05a commit a5d5554

File tree

1 file changed

+9
-6
lines changed
  • eng/common/pipelines/templates/jobs

1 file changed

+9
-6
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ parameters:
22
- name: JobName
33
type: string
44
default: 'Perf'
5+
- name: TimeoutInMinutes
6+
type: number
7+
default: '360'
58
- name: LinuxPool
69
type: string
7-
default: 'azsdk-pool-mms-ubuntu-2004-perf'
10+
default: 'azsdk-pool-mms-ubuntu-2204-perf'
811
- name: LinuxVmImage
912
type: string
10-
default: 'MMSUbuntu20.04'
13+
default: 'ubuntu-22.04'
1114
- name: WindowsPool
1215
type: string
13-
default: 'azsdk-pool-mms-win-2019-perf'
16+
default: 'azsdk-pool-mms-win-2022-perf'
1417
- name: WindowsVmImage
1518
type: string
16-
default: 'MMS2019'
19+
default: 'windows-2022'
1720
- name: Language
1821
type: string
1922
default: ''
@@ -65,7 +68,7 @@ parameters:
6568

6669
jobs:
6770
- job: ${{ parameters.JobName }}
68-
timeoutInMinutes: 360
71+
timeoutInMinutes: ${{ parameters.TimeoutInMinutes }}
6972
strategy:
7073
matrix:
7174
${{ if contains(parameters.OperatingSystems, 'Linux') }}:
@@ -109,7 +112,7 @@ jobs:
109112
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
110113
parameters:
111114
AgentImage: $(OSVmImage)
112-
115+
113116
- ${{ parameters.InstallLanguageSteps }}
114117

115118
- template: /eng/common/TestResources/deploy-test-resources.yml

0 commit comments

Comments
 (0)