-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/10.0] Update Ubuntu container references from 25.10 to 26.04 #122130
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
[release/10.0] Update Ubuntu container references from 25.10 to 26.04 #122130
Conversation
Co-authored-by: richlander <[email protected]>
|
This change is good to go. All failures are on Android change is Linux-specific. Note that this change switched Ubuntu testing to 26.04, which is still in preview state. I'm unaware that this has been a problem in I'll do the same with |
|
/ba-g "Failures are unrelated, on Android only" |
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 backports Ubuntu container version updates from main (PR #121730), updating container image references from Ubuntu 25.10 (which was in preview during initial addition) to Ubuntu 26.04 (currently in preview with official container releases). This is a proactive infrastructure update to align Helix test environments with the current Ubuntu preview release.
- Updates three container references from Ubuntu 25.10 to 26.04
- Changes affect only container images (
@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-*) - VM references remain unchanged as intended
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 | Updates Ubuntu container references for both ARM64 (line 34) and AMD64 (line 67) architectures in library test infrastructure |
| eng/pipelines/installer/helix-queues-setup.yml | Updates Ubuntu container reference for ARM64 architecture (line 32) in installer test infrastructure |
|
Using tell mode for this. |
Fixes Issue
main PR #121730
Description
Backports Ubuntu container version updates from main. Changes Ubuntu 25.10 (preview during initial addition) to 26.04 (now in preview with official container releases) for Helix test infrastructure.
Updates three container references:
eng/pipelines/installer/helix-queues-setup.yml: Linux ARM64eng/pipelines/libraries/helix-queues-setup.yml: Linux ARM64 and AMD64All changes target container images only (
@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-*). VM references remain unchanged. Thehelix-platforms.ymlfile does not exist in release/10.0.Customer Impact
No direct customer impact. Infrastructure change to align test environments with current Ubuntu preview release.
Regression
No. This is a proactive infrastructure update.
Testing
Changes are configuration-only. CI validation in main has been completed per the original PR.
Risk
Low. Container references already validated in main branch. No code changes, only test infrastructure configuration.
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.