4747 # Linux musl x64
4848 - ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
4949 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
50- -
(Alpine.315.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:alpine-3.15-helix-amd64 50+ -
(Alpine.315.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:alpine-3.15-helix-amd64 5151 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
52- -
(Alpine.317.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 52+ -
(Alpine.317.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 5353
5454 # Linux musl arm64
5555 - ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
@@ -61,25 +61,25 @@ jobs:
6161 - ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }} :
6262 - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
6363 - SLES.15.Amd64.Open
64- -
(Centos.8.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:centos-stream8-helix 65- -
(Fedora.38.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:fedora-38-helix 66- -
(Ubuntu.2204.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64 64+ -
(Centos.8.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:centos-stream8-helix 65+ -
(Fedora.38.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:fedora-38-helix 66+ -
(Ubuntu.2204.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64 6767 -
(Debian.11.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 6868 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
6969 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
7070 - SLES.15.Amd64.Open
71- -
(Fedora.38.Amd64.Open)ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:fedora-38-helix 71+ -
(Fedora.38.Amd64.Open)ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:fedora-38-helix 7272 - Ubuntu.2204.Amd64.Open
73- -
(Debian.11.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 74- -
(Mariner.2.0.Amd64.Open)ubuntu.1804.amd64 [email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64 75- -
(openSUSE.15.2.Amd64.Open)ubuntu.1804.amd64 [email protected] /dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64 73+ -
(Debian.11.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 74+ -
(Mariner.2.0.Amd64.Open)Ubuntu.2204.Amd64 [email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64 75+ -
(openSUSE.15.2.Amd64.Open)Ubuntu.2204.Amd64 [email protected] /dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64 7676 - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
77- -
(Centos.8.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:centos-stream8-helix 78- -
(Debian.11.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 79- - Ubuntu.1804 .Amd64.Open
77+ -
(Centos.8.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:centos-stream8-helix 78+ -
(Debian.11.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 79+ - Ubuntu.2204 .Amd64.Open
8080 - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }} :
8181 # Limiting interp runs as we don't need as much coverage.
82- -
(Debian.11.Amd64.Open)Ubuntu.1804 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 82+ -
(Debian.11.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:debian-11-helix-amd64 8383
8484 # Linux s390x
8585 - ${{ if eq(parameters.platform, 'linux_s390x') }} :
9999
100100 # Android
101101 - ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }} :
102- - Ubuntu.1804 .Amd64.Android.29.Open
102+ - Ubuntu.2204 .Amd64.Android.29.Open
103103 - ${{ if in(parameters.platform, 'android_arm', 'android_arm64', 'linux_bionic_arm64') }} :
104104 - Windows.10.Amd64.Android.Open
105105
0 commit comments