Temporarily disable Linux musl ARM testing in Helix (#42195)
authorJan Vorlicek <janvorli@microsoft.com>
Mon, 14 Sep 2020 13:56:50 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 13:56:50 +0000 (15:56 +0200)
We need to disable it until the CLI for musl arm is produced.

eng/pipelines/coreclr/templates/helix-queues-setup.yml

index 80c8887..0b6c174 100644 (file)
@@ -48,11 +48,12 @@ jobs:
         - (Alpine.312.Amd64)ubuntu.1604.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-20200602002622-e06dc59
 
     # Linux musl arm32
-    - ${{ if eq(parameters.platform, 'Linux_musl_arm') }}:
-      - ${{ if eq(variables['System.TeamProject'], 'public') }}:
-        - (Alpine.312.Arm32.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
-      - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
-        - (Alpine.312.Arm32)Ubuntu.1804.ArmArch@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
+    # Temporarily disabled until CLI for musl-arm32 is available
+    #- ${{ if eq(parameters.platform, 'Linux_musl_arm') }}:
+    #  - ${{ if eq(variables['System.TeamProject'], 'public') }}:
+    #    - (Alpine.312.Arm32.Open)Ubuntu.1804.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
+    #  - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
+    #    - (Alpine.312.Arm32)Ubuntu.1804.ArmArch@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-arm32v7-20200908125213-5bece88
 
     # Linux musl arm64
     - ${{ if eq(parameters.platform, 'Linux_musl_arm64') }}: