Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Setup a default value forInstall Prerequisites.
  • Loading branch information
LoopedBard3 committed Nov 3, 2022
commit 535df3ff94946694bf37bcb35c434382afded423
3 changes: 3 additions & 0 deletions eng/performance/benchmark_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- ${{ if eq(parameters.osName, 'ubuntu')}}:
- name: InstallPrerequisites
value: 'sudo apt-get -y install python3-venv'
- ${{ if ne(parameters.osName, 'ubuntu')}}:
- name: InstallPrerequisites
value: ''
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
# for public runs, we do not want to upload perflab data
- name: PerfLabArguments
Expand Down