-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update helix references #61755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update helix references #61755
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2540836
Update helix references
richlander c70bbb3
Update VM queues to AL3
richlander 57da96a
Merge branch 'main' into update-helix-references
richlander 46ad707
Revert Ubuntu change
richlander 21f870c
Update eng/targets/Helix.Common.props
richlander 92639fb
Update registry URL
richlander cf9abc3
Merge branch 'main' into update-helix-references
richlander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<Project> | ||
<!-- This file is shared between Helix.proj and .csproj files. --> | ||
<PropertyGroup> | ||
<HelixQueueAlmaLinux8>(AlmaLinux.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-8-helix-amd64</HelixQueueAlmaLinux8> | ||
<HelixQueueAlpine318>(Alpine.318.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.18-helix-amd64</HelixQueueAlpine318> | ||
<HelixQueueDebian12>(Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64</HelixQueueDebian12> | ||
<HelixQueueFedora41>(Fedora.41.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-41-helix</HelixQueueFedora41> | ||
<HelixQueueMariner>(Mariner)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64</HelixQueueMariner> | ||
<HelixQueueArmDebian12>(Debian.12.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm64v8</HelixQueueArmDebian12> | ||
<HelixQueueAlmaLinux>(AlmaLinux.9.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-9-helix-amd64</HelixQueueAlmaLinux> | ||
<HelixQueueAlpine>(Alpine.321.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64</HelixQueueAlpine> | ||
<HelixQueueDebian>(Debian.13.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64</HelixQueueDebian> | ||
<HelixQueueFedora>(Fedora.42.Amd64.Open)[email protected]/dotnet-buildtools/fedora-42-helix-amd64</HelixQueueFedora> | ||
<HelixQueueAzureLinux>(AzureLinux.30.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64</HelixQueueAzureLinux> | ||
<HelixQueueArmDebian>(Debian.13.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-arm64v8</HelixQueueArmDebian> | ||
|
||
<!-- Do not attempt to override global property. --> | ||
<RunQuarantinedTests Condition=" '$(RunQuarantinedTests)' == '' ">false</RunQuarantinedTests> | ||
|
@@ -28,7 +28,7 @@ | |
<!-- aspnetcore-ci[-official] (ci.yml) --> | ||
<!-- aspnetcore-quarantined-pr (quarantined-pr.yml) --> | ||
<ItemGroup> | ||
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Ubuntu.2204.Amd64.Open" Platform="Linux" /> | ||
richlander marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
<HelixAvailableTargetQueue Include="OSX.15.Amd64.Open" Platform="OSX" /> | ||
<HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" /> | ||
</ItemGroup> | ||
|
@@ -38,14 +38,14 @@ | |
<!-- aspnetcore-quarantined-tests (quarantined-tests.yml) and RunHelix.ps1 -RunQuarantinedTests --> | ||
<ItemGroup> | ||
<!-- Linux --> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAlmaLinux8)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAlmaLinux)" Platform="Linux" /> | ||
|
||
<!-- Containers --> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAlpine318)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueDebian12)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueFedora41)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueMariner)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueArmDebian12)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAlpine)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueDebian)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueFedora)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueAzureLinux)" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="$(HelixQueueArmDebian)" Platform="Linux" /> | ||
|
||
<!-- Mac --> | ||
<HelixAvailableTargetQueue Include="OSX.15.Amd64.Open" Platform="OSX" /> | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -6,8 +6,8 @@ namespace Microsoft.AspNetCore.InternalTesting; | |
public static class HelixConstants | ||
{ | ||
public const string Windows10Arm64 = "Windows.10.Arm64v8.Open;"; | ||
public const string DebianAmd64 = "Debian.11.Amd64.Open;"; | ||
public const string DebianArm64 = "Debian.11.Arm64.Open;"; | ||
public const string AlmaLinuxAmd64 = "(AlmaLinux.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-8-helix-amd64;"; | ||
public const string DebianAmd64 = "Debian.13.Amd64.Open;"; | ||
public const string DebianArm64 = "Debian.13.Arm64.Open;"; | ||
public const string AlmaLinuxAmd64 = "(AlmaLinux.9.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-9-helix-amd64;"; | ||
public const string NativeAotNotSupportedHelixQueues = "All.OSX;All.Linux;Windows.11.Amd64.Client.Open;Windows.11.Amd64.Client;Windows.Amd64.Server2022.Open;Windows.Amd64.Server2022;windows.11.arm64.open;windows.11.arm64"; | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you reverted the Ubuntu2004 -> 2204 change in Helix.targets - did you mean to revert this one as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. That one will require some investigation and change. I was wanting to see if we could make a clean PR w/o that change.