summaryrefslogtreecommitdiff
path: root/eng/platform-matrix.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-06-20 15:36:25 -0700
committerGitHub <noreply@github.com>2019-06-20 15:36:25 -0700
commit4b9c3106faba50f6756f768bb93eec3ffa49a3bd (patch)
tree50f55a5bc75a2e1b94fe58169fb9d2b172e7a901 /eng/platform-matrix.yml
parent7184c0f75f8088c5dfb75b3362e48ab9ee40998a (diff)
downloadcoreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.gz
coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.bz2
coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.zip
Move resources/containers out of azure-pipelines.yml to platform-matrix.yml (#25155)
Diffstat (limited to 'eng/platform-matrix.yml')
-rw-r--r--eng/platform-matrix.yml24
1 files changed, 18 insertions, 6 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index d86010579b..9d1c6409c7 100644
--- a/eng/platform-matrix.yml
+++ b/eng/platform-matrix.yml
@@ -28,7 +28,9 @@ jobs:
archType: arm
osGroup: Linux
osIdentifier: Linux
- containerName: ubuntu_1404_arm_cross_build_image
+ container:
+ 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')) }}:
@@ -51,7 +53,9 @@ jobs:
archType: arm64
osGroup: Linux
osIdentifier: Linux
- containerName: ubuntu_1604_arm64_cross_build_image
+ container:
+ image: ubuntu-16.04-cross-arm64-cfdd435-20190520220848
+ registry: mcr
helixQueues:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Ubuntu.1804.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-0a0ebdd-20190312220351
@@ -72,7 +76,9 @@ jobs:
archType: x64
osGroup: Linux
osIdentifier: Linux_musl
- containerName: musl_x64_build_image
+ container:
+ image: alpine-3.6-WithNode-cfdd435-20190521001804
+ registry: mcr
helixQueues:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.38.Amd64.Open)Ubuntu.1604.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.8-helix-45b1fa2-20190327215821
@@ -90,7 +96,9 @@ jobs:
archType: arm64
osGroup: Linux
osIdentifier: Linux_musl
- containerName: musl_arm64_build_image
+ container:
+ image: ubuntu-16.04-cross-arm64-alpine-406629a-20190520220848
+ registry: mcr
helixQueues:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- (Alpine.38.Arm64.Open)Ubuntu.1604.Arm64.Docker.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.8-helix-arm64v8-46e69dd-20190313223330
@@ -108,7 +116,9 @@ jobs:
archType: x64
osGroup: Linux
osIdentifier: Linux_rhel6
- containerName: centos6_x64_build_image
+ container:
+ image: centos-6-3e800f1-20190501005338
+ registry: mcr
helixQueues:
# TODO: enable RedHat.6.Amd64.Open once https://github.com/dotnet/coreclr/issues/23580 is resolved
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
@@ -124,7 +134,9 @@ jobs:
archType: x64
osGroup: Linux
osIdentifier: Linux
- containerName: centos7_x64_build_image
+ container:
+ image: centos-7-3e800f1-20190501005343
+ registry: mcr
helixQueues:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.helixQueueGroup, 'pr', 'ci')) }}:
- Ubuntu.1804.Amd64.Open