From 83008945d5a6ef75124e4166cd959d639bbd63e9 Mon Sep 17 00:00:00 2001 From: Fadi Hanna Date: Fri, 23 Aug 2019 12:43:16 -0700 Subject: [PATCH] Replace Ubuntu 1404 platforms with 1604 (dotnet/coreclr#26302) * Replace Ubuntu 1404 platforms with 1604 Commit migrated from https://github.com/dotnet/coreclr/commit/460b883a45de04b3b77718ae5f945cf541d96023 --- eng/platform-matrix.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index 5db7536..19881cf 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -33,10 +33,7 @@ jobs: image: ubuntu-16.04-cross-14.04-23cacb0-20190528233931 registry: mcr helixQueues: - # Ubuntu.1404.Arm32.Open is used only by CI while Ubuntu.1604.Arm32.Open serves PRs and scheduled builds. - - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.helixQueueGroup, 'ci')) }}: - - Ubuntu.1404.Arm32.Open - - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.helixQueueGroup, 'ci')) }}: + - ${{ if eq(variables['System.TeamProject'], 'public') }}: - (Ubuntu.1804.Arm32.Open)Ubuntu.1604.Arm32.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-30f6673-20190814153226 - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - (Debian.9.Arm32)Ubuntu.1604.Arm32@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm32v7-74c9941-20190620155841 -- 2.7.4