Add Linux ARM64 runs (#44887)
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 20 Nov 2020 19:46:32 +0000 (11:46 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 19:46:32 +0000 (11:46 -0800)
eng/common/performance/performance-setup.sh
eng/pipelines/coreclr/perf.yml

index 315815a..c8e211b 100755 (executable)
@@ -198,6 +198,12 @@ if [[ "$internal" == true ]]; then
     else
         queue=Ubuntu.1804.Amd64.Tiger.Perf
     fi
+else
+    if [[ "$architecture" = "arm64" ]]; then
+        queue=ubuntu.1804.armarch.open
+    else
+        queue=Ubuntu.1804.Amd64.Open
+    fi
 fi
 
 if [[ "$mono_dotnet" != "" ]] && [[ "$monointerpreter" == "false" ]]; then
index cf06bfb..320caff 100644 (file)
@@ -36,6 +36,7 @@ jobs:
     - Linux_x64
     - windows_x64
     - windows_x86
+    - Linux_arm64
     jobParameters:
       testGroup: perf
 
@@ -130,6 +131,7 @@ jobs:
     - Linux_x64
     - windows_x64
     - windows_x86
+    - Linux_arm64
     jobParameters:
       testGroup: perf
       liveLibrariesBuildConfig: Release