-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/6.0] Test on CentOS 7, not RedHat 7 (#58561)
- dotnet/dnceng#4298 part II/II - contributes to dotnet/dnceng#3189 - use Docker container for CentOS, mimicking dotnet/runtime#105063
- Loading branch information
Showing
6 changed files
with
12 additions
and
13 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
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
.PARAMETER HelixQueues | ||
Set the Helix queues to use. The list is '+' or ';'-separated. | ||
Some supported queues: | ||
(Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix | ||
Debian.11.Amd64.Open | ||
Mariner | ||
Redhat.7.Amd64.Open | ||
Ubuntu.2004.Amd64.Open | ||
OSX.1200.Amd64.Open | ||
Windows.10.Amd64.Server20H2.Open | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<!-- this file is shared between Helix.proj and .csproj files --> | ||
<PropertyGroup> | ||
<HelixQueueAlpine317>(Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64</HelixQueueAlpine317> | ||
<HelixQueueCentos7>(Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix</HelixQueueCentos7> | ||
<HelixQueueDebian11>(Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64</HelixQueueDebian11> | ||
<HelixQueueFedora38>(Fedora.38.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-38-helix</HelixQueueFedora38> | ||
<HelixQueueMariner>(Mariner)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64</HelixQueueMariner> | ||
|
@@ -27,14 +28,12 @@ | |
|
||
<!-- x64 Queues for public helix-matrix.yml and quarantine pipelines, except in windows-only cases --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> | ||
<!-- Linux --> | ||
<HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" /> | ||
|
||
<!-- Mac --> | ||
<HelixAvailableTargetQueue Include="OSX.13.Amd64.Open" Platform="OSX" /> | ||
|
||
<!-- Containers --> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAlpine317)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueCentos7)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueDebian11)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueFedora38)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueMariner)" Platform="Linux" /> | ||
|
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
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
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