From 2b2eb138e21927776a224cdc59eb49b8c3db26fe Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Thu, 1 Oct 2020 14:39:47 +0200 Subject: [PATCH] Reenabling the arm32 queue in the coreclr templates queues --- .../coreclr/templates/helix-queues-setup.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index 0b6c174a3591b..80c88871892e9 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -48,12 +48,11 @@ jobs: - (Alpine.312.Amd64)ubuntu.1604.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.12-helix-20200602002622-e06dc59 # Linux musl arm32 - # 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 + - ${{ 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') }}: