From 7cad3afc44c84497d2ccddf3ed20aea4a023adaa Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Wed, 9 Aug 2023 11:15:26 +0200 Subject: [PATCH] Fix perf jobs param --- eng/pipelines/coreclr/perf-non-wasm-jobs.yml | 2 +- eng/pipelines/coreclr/perf_slow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/coreclr/perf-non-wasm-jobs.yml b/eng/pipelines/coreclr/perf-non-wasm-jobs.yml index 446ed94d8a3770..c38c5fd16a1c46 100644 --- a/eng/pipelines/coreclr/perf-non-wasm-jobs.yml +++ b/eng/pipelines/coreclr/perf-non-wasm-jobs.yml @@ -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: aot + runtimeFlavor: mono platforms: - linux_x64 jobParameters: diff --git a/eng/pipelines/coreclr/perf_slow.yml b/eng/pipelines/coreclr/perf_slow.yml index 91e3ad34f38c80..ad7ff906d8f16e 100644 --- a/eng/pipelines/coreclr/perf_slow.yml +++ b/eng/pipelines/coreclr/perf_slow.yml @@ -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: aot + runtimeFlavor: mono platforms: - linux_arm64 jobParameters: