diff options
author | Fadi Hanna <fadim@microsoft.com> | 2019-08-27 15:26:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 15:26:52 -0700 |
commit | f161f03b4703bf90240e62f9a8ed8293b50fc376 (patch) | |
tree | 09fe3ea76f5e194f458ebefb2045f06210218003 | |
parent | d269a1545da4af1a6011f2884cce447169617601 (diff) | |
download | coreclr-f161f03b4703bf90240e62f9a8ed8293b50fc376.tar.gz coreclr-f161f03b4703bf90240e62f9a8ed8293b50fc376.tar.bz2 coreclr-f161f03b4703bf90240e62f9a8ed8293b50fc376.zip |
Replace Ubuntu 1404 platforms with 1604 (#26302) (#26399)
Replace Ubuntu 1404 platforms with 1604 (#26302) (#26399)
-rw-r--r-- | eng/platform-matrix.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index a9cf0416d7..29f11a6f19 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -35,11 +35,8 @@ 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')) }}: - - (Ubuntu.1804.Arm32.Open)Ubuntu.1604.Arm32.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-09a60ed-20190620155854 + - ${{ 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 - (Ubuntu.1604.Arm32)Ubuntu.1604.Arm32@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm32v7-a45aeeb-20190620160312 |