Skip to content
6 changes: 6 additions & 0 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ extends:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: release
container: ubuntu-18.04-cross-arm64
variables:
- name: ROOTFS_DIR
value: /crossrootfs/arm64
platforms:
- Linux_arm64
jobParameters:
Expand Down Expand Up @@ -138,6 +141,9 @@ extends:
container: ubuntu-18.04-cross-arm64
runtimeFlavor: mono
runtimeVariant: 'llvmaot'
variables:
- name: ROOTFS_DIR
value: /crossrootfs/arm64
platforms:
- Linux_arm64
jobParameters:
Expand Down