-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab31116
commit 30c4237
Showing
2 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,37 +63,37 @@ jobs: | |
# Linux arm | ||
- ${{ if eq(parameters.platform, 'linux_arm') }}: | ||
- ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
- (Debian.12.Arm32.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
- (Debian.12.Arm32.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
- (Debian.12.Arm32)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
- (Debian.12.Arm32)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
|
||
# Linux arm64 | ||
- ${{ if eq(parameters.platform, 'linux_arm64') }}: | ||
- ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
- (Ubuntu.2004.Arm64.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8 | ||
- (Ubuntu.2004.Arm64.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8 | ||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
- (Ubuntu.2004.Arm64)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8 | ||
- (Ubuntu.2004.Arm64)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8 | ||
|
||
# Linux musl x64 | ||
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}: | ||
- ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
- (Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 | ||
- (Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 | ||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
- (Alpine.317.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 | ||
- (Alpine.321.Amd64)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 | ||
|
||
# Linux musl arm32 | ||
- ${{ if eq(parameters.platform, 'linux_musl_arm') }}: | ||
- ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
- (Alpine.316.Arm32.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm32v7 | ||
- (Alpine.321.Arm32.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm32v7 | ||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
- (Alpine.316.Arm32)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm32v7 | ||
- (Alpine.321.Arm32)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-arm32v7 | ||
|
||
# Linux musl arm64 | ||
- ${{ if eq(parameters.platform, 'linux_musl_arm64') }}: | ||
- ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
- (Alpine.317.Arm64.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8 | ||
- (Alpine.320.Arm64.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8 | ||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
- (Alpine.317.Arm64)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8 | ||
- (Alpine.320.Arm64)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8 | ||
|
||
# Linux x64 | ||
- ${{ if eq(parameters.platform, 'linux_x64') }}: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,53 +26,50 @@ jobs: | |
# Linux arm | ||
- ${{ if eq(parameters.platform, 'linux_arm') }}: | ||
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- (Debian.12.Arm32.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
- (Debian.12.Arm32.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
|
||
# Linux armv6 | ||
- ${{ if eq(parameters.platform, 'linux_armv6') }}: | ||
- (Raspbian.10.Armv6.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6 | ||
- (Raspbian.10.Armv6.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6 | ||
|
||
# Linux arm64 | ||
- ${{ if eq(parameters.platform, 'linux_arm64') }}: | ||
- (Ubuntu.2204.Arm64.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8 | ||
- (Ubuntu.2204.Arm64.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8 | ||
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- (Debian.11.Arm64.Open)Ubuntu.2004[email protected]/dotnet-buildtools/prereqs:debian-11-helix-arm64v8 | ||
- (Debian.11.Arm64.Open)Ubuntu.2204[email protected]/dotnet-buildtools/prereqs:debian-11-helix-arm64v8 | ||
|
||
# Linux musl x64 | ||
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}: | ||
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- (Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 | ||
- (Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 | ||
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- (Alpine.320.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-amd64 | ||
- (Alpine.318.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.18-helix-amd64 | ||
- (Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64 | ||
|
||
# Linux musl arm64 | ||
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }}: | ||
- (Alpine.320.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8 | ||
- (Alpine.318.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.18-helix-arm64v8 | ||
- (Alpine.317.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8 | ||
|
||
# Linux x64 | ||
- ${{ if eq(parameters.platform, 'linux_x64') }}: | ||
- ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }}: | ||
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
- SLES.15.Amd64.Open | ||
- (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-stream8-helix | ||
- (Fedora.38.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-38-helix | ||
- (Fedora.41.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-41-helix | ||
- (Ubuntu.2204.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64 | ||
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64 | ||
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- SLES.15.Amd64.Open | ||
- (Fedora.38.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-38-helix | ||
- (Fedora.41.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-41-helix | ||
- Ubuntu.2204.Amd64.Open | ||
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64 | ||
- (Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64 | ||
- (Mariner.2.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64 | ||
- (AzureLinux.3.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64 | ||
- (openSUSE.15.2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64 | ||
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
- (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-stream8-helix | ||
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64 | ||
- (Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64 | ||
- Ubuntu.2204.Amd64.Open | ||
- ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }}: | ||
# Limiting interp runs as we don't need as much coverage. | ||
|