-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/9.0-staging] Update Debian 12 to Debian 13 helix references #122326
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
Conversation
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
|
/ba-g "Unrelated failures" |
|
@jkoritzinsky @sbomer This looks ready for approval. |
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.
Pull request overview
This PR updates helix test queue configurations from Debian 12 to Debian 13 across CoreCLR and libraries pipeline templates. This is an infrastructure update with no direct customer impact, aligning the test queues with the current Debian release.
Key changes:
- Updated helix queue names from
Debian.12.*toDebian.13.* - Updated container image tags from
debian-12-helix-*todebian-13-helix-*
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
eng/pipelines/libraries/helix-queues-setup.yml |
Updated Debian helix queue references for linux_arm (ARM32) and linux_x64 (AMD64) platforms |
eng/pipelines/coreclr/templates/helix-queues-setup.yml |
Updated Debian helix queue references for linux_arm (ARM32) platform in both public and internal project configurations |
|
I'm going to close this until we make a decision on #122360 |
Fixes Issue
main PR
Description
Updates helix queue configurations from Debian 12 to Debian 13 across coreclr and libraries pipeline templates. Changes include:
Debian.12.*→Debian.13.*debian-12-helix-*→debian-13-helix-*Files modified:
eng/pipelines/coreclr/templates/helix-queues-setup.yml(ARM32 queues)eng/pipelines/libraries/helix-queues-setup.yml(ARM32 and AMD64 queues)Customer Impact
No direct customer impact. Infrastructure update to align helix test queues with current Debian release.
Regression
No. This is a forward-looking infrastructure update.
Testing
Configuration change only. Validated queue name and container image tag consistency across all references.
Risk
Low. Syntactically equivalent changes to queue configuration strings. Assumes corresponding Debian 13 helix infrastructure is deployed.
Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.