Skip to content

Commit

Permalink
Port eng/common/perf.yml to storage/stable (#24954)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 22, 2023
1 parent 5fdb05a commit a5d5554
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@ parameters:
- name: JobName
type: string
default: 'Perf'
- name: TimeoutInMinutes
type: number
default: '360'
- 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: 'ubuntu-22.04'
- name: WindowsPool
type: string
default: 'azsdk-pool-mms-win-2019-perf'
default: 'azsdk-pool-mms-win-2022-perf'
- name: WindowsVmImage
type: string
default: 'MMS2019'
default: 'windows-2022'
- name: Language
type: string
default: ''
Expand Down Expand Up @@ -65,7 +68,7 @@ parameters:

jobs:
- job: ${{ parameters.JobName }}
timeoutInMinutes: 360
timeoutInMinutes: ${{ parameters.TimeoutInMinutes }}
strategy:
matrix:
${{ if contains(parameters.OperatingSystems, 'Linux') }}:
Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
parameters:
AgentImage: $(OSVmImage)

- ${{ parameters.InstallLanguageSteps }}

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

0 comments on commit a5d5554

Please sign in to comment.