From 37137352c4c309a61f80fa02ac130275f7313f24 Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Mon, 4 Mar 2019 15:27:20 -0800 Subject: [PATCH] Disable alpine39 (dotnet/corefx#35770) * disable alpine3.9 Commit migrated from https://github.com/dotnet/corefx/commit/ad13ae9528b0717b74aefa929ea933e6db50cf5d --- eng/pipelines/libraries/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/linux.yml b/eng/pipelines/libraries/linux.yml index 35e552d..b1f9a23 100644 --- a/eng/pipelines/libraries/linux.yml +++ b/eng/pipelines/libraries/linux.yml @@ -89,7 +89,7 @@ jobs: - ${{ if eq(parameters.isOfficialBuild, 'true') }}: - linuxDefaultQueues: Centos.7.Amd64+RedHat.7.Amd64+Debian.8.Amd64+Debian.9.Amd64+Ubuntu.1604.Amd64+Ubuntu.1804.Amd64+Ubuntu.1810.Amd64+OpenSuse.42.Amd64+SLES.12.Amd64+SLES.15.Amd64+Fedora.27.Amd64+Fedora.28.Amd64 - linuxArm64Queues: Ubuntu.1604.Arm64 - - alpineQueues: Alpine.36.Amd64+Alpine.38.Amd64+ubuntu.1604.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.9-helix-e4eaef4-20190228230637 + - alpineQueues: Alpine.36.Amd64+Alpine.38.Amd64 # Legs without helix testing # There is no point of running legs without outerloop tests, when in an outerloop build. -- 2.7.4