Skip to content

Commit

Permalink
Revert "Fix perf jobs param (dotnet#90215)" (dotnet#90535)
Browse files Browse the repository at this point in the history
This reverts commit df5f3e6.
  • Loading branch information
kotlarmilos authored Aug 14, 2023
1 parent b76fe90 commit 7583f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml # NOTE: should we move this file out of coreclr tempelates because it contains mono jobs?
buildConfig: release
runtimeFlavor: mono
runtimeFlavor: aot
platforms:
- linux_x64
jobParameters:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extends:
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml # NOTE: should we move this file out of coreclr tempelates because it contains mono jobs?
buildConfig: release
runtimeFlavor: mono
runtimeFlavor: aot
platforms:
- linux_arm64
jobParameters:
Expand Down

0 comments on commit 7583f4b

Please sign in to comment.