summaryrefslogtreecommitdiff
path: root/eng/platform-matrix.yml
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>2019-03-21 22:14:19 -0700
committerGitHub <noreply@github.com>2019-03-21 22:14:19 -0700
commit5d57b87227b7fd116735edf9f5f75b3154953d8e (patch)
tree2e5a3b83c211cd5652159a7743eb39cf0ba79b6d /eng/platform-matrix.yml
parent01adae878ded6fe51f6def1370255d816ab42d78 (diff)
downloadcoreclr-5d57b87227b7fd116735edf9f5f75b3154953d8e.tar.gz
coreclr-5d57b87227b7fd116735edf9f5f75b3154953d8e.tar.bz2
coreclr-5d57b87227b7fd116735edf9f5f75b3154953d8e.zip
Update Ubuntu 18.04 ARM64 queues (#23374)
* Update Ubuntu 18.04 queue. * Update Debian 9 ARM queues as well.
Diffstat (limited to 'eng/platform-matrix.yml')
-rw-r--r--eng/platform-matrix.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index 1c2b3ea0b2..056b3632f7 100644
--- a/eng/platform-matrix.yml
+++ b/eng/platform-matrix.yml
@@ -55,21 +55,21 @@ jobs:
containerName: ubuntu_1604_arm64_cross_build_image
helixQueues:
${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest', 'IndividualCI', 'BatchedCI')) }}:
- asString: 'Ubuntu.1804.Arm64.Open'
+ asString: '(Ubuntu.18.04.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351'
asArray:
- - Ubuntu.1804.Arm64.Open
+ - (Ubuntu.18.04.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351
${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(variables['Build.Reason'], 'PullRequest', 'IndividualCI', 'BatchedCI')) }}:
# TODO: add Ubuntu.1604.Arm64.Open once Jenkins has been shutdown
- asString: 'Debian.9.Arm64.Open,Ubuntu.1804.Arm64.Open'
+ asString: '(Debian.9.Arm64 on Docker)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438.Open on Docker)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438,(Ubuntu.18.04.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351'
asArray:
- - Debian.9.Arm64.Open
- - Ubuntu.1804.Arm64.Open
+ - (Debian.9.Arm64 on Docker)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438.Open on Docker)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438
+ - (Ubuntu.18.04.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351
${{ if eq(variables['System.TeamProject'], 'internal') }}:
- asString: 'Debian.9.Arm64,Ubuntu.1604.Arm64,Ubuntu.1804.Arm64'
+ asString: '(Debian.9.Arm64 on Docker)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438,Ubuntu.1604.Arm64,(Ubuntu.18.04.Arm64)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351'
asArray:
- - Debian.9.Arm64
+ - (Debian.9.Arm64 on Docker)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-0a0ebdd-20190312215438
- Ubuntu.1604.Arm64
- - Ubuntu.1804.Arm64
+ - (Ubuntu.18.04.Arm64)Ubuntu.1604.Arm64.Docker@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351
crossrootfsDir: '/crossrootfs/arm64'
${{ insert }}: ${{ parameters.jobParameters }}