From 198577b9bf618ddf6747c6f5165bdd3e574aad32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 2 Nov 2022 11:41:29 +0100 Subject: [PATCH] Use correct container definitions in perf_slow.yml Fallout from https://github.com/dotnet/runtime/pull/75473, container handling happens in platform-matrix.yml now. --- eng/pipelines/coreclr/perf_slow.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/eng/pipelines/coreclr/perf_slow.yml b/eng/pipelines/coreclr/perf_slow.yml index 77a9384d02dd75..787c6652f1e614 100644 --- a/eng/pipelines/coreclr/perf_slow.yml +++ b/eng/pipelines/coreclr/perf_slow.yml @@ -40,7 +40,6 @@ extends: jobTemplate: /eng/pipelines/mono/templates/build-job.yml runtimeFlavor: mono buildConfig: release - container: ubuntu-18.04-cross-arm64 platforms: - Linux_arm64 @@ -49,10 +48,6 @@ extends: parameters: 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: @@ -64,7 +59,6 @@ extends: jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml buildConfig: release runtimeFlavor: mono - container: ubuntu-18.04-cross-arm64 platforms: - Linux_arm64 jobParameters: @@ -84,7 +78,6 @@ extends: jobTemplate: /eng/pipelines/common/global-build-job.yml buildConfig: release runtimeFlavor: mono - container: ubuntu-18.04-cross-arm64 platforms: - Browser_wasm jobParameters: @@ -138,12 +131,8 @@ extends: parameters: jobTemplate: /eng/pipelines/common/global-build-job.yml buildConfig: release - container: ubuntu-18.04-cross-arm64 runtimeFlavor: mono runtimeVariant: 'llvmaot' - variables: - - name: ROOTFS_DIR - value: /crossrootfs/arm64 platforms: - Linux_arm64 jobParameters: @@ -168,7 +157,6 @@ extends: runtimeFlavor: aot platforms: - Linux_arm64 - container: ubuntu-18.04-cross-arm64 jobParameters: testGroup: perf liveLibrariesBuildConfig: Release @@ -188,7 +176,6 @@ extends: runtimeFlavor: coreclr platforms: - Linux_arm64 - container: ubuntu-18.04-cross-arm64 jobParameters: testGroup: perf liveLibrariesBuildConfig: Release