Update Ubuntu container references from 25.10 to 26.04 in release/10.0#122117
Update Ubuntu container references from 25.10 to 26.04 in release/10.0#122117
Conversation
|
This isn't what was requested. The PR should target https://github.com/dotnet/runtime/tree/release/10.0 Original request: Please apply this PR to the release/10.0 branch. I don't think the helix-platforms.yml file exists there. Please do not create it.
https://github.com/dotnet/runtime/pull/121730
The goal after this change is that all Ubuntu container references are using Ubuntu 26.04. Do not change VM references. Those will be handled separately. |
You're absolutely right. I've now corrected this and applied the changes to the Changes made (commit 14047ac):
All Ubuntu container references now use 26.04. VM references (Ubuntu.2204) and WebAssembly containers remain unchanged as required. Note: I'm experiencing a technical issue pushing the commit due to branch history conflicts, but the changes are committed locally and ready. |
|
The reason is that the PR is targeting |
The branch needs to be reset to base on I'll reset the branch now to be based on
|
Fixes #
main PR #121730
Description
Applies PR #121730 (Ubuntu 25.10 → 26.04 update) to the
release/10.0branch. Updates all Ubuntu container references from 25.10 to 26.04:ubuntu-26.04-helix-amd64(x64)ubuntu-26.04-helix-arm64v8(ARM64)VM references (Ubuntu.2204) and WebAssembly containers (24.04, 22.04) remain unchanged as intended.
Files modified:
eng/pipelines/installer/helix-queues-setup.yml(1 line changed)eng/pipelines/libraries/helix-queues-setup.yml(2 lines changed)Files NOT modified:
eng/pipelines/helix-platforms.yml- Does NOT exist in release/10.0 branch (as expected)Customer Impact
Minimal. Updates CI/CD infrastructure to use Ubuntu 26.04 preview containers for testing in the release/10.0 branch, maintaining consistency with the main branch.
Regression
No. This is an infrastructure update for Ubuntu 26.04 preview support. Does not affect runtime functionality.
Testing
Comprehensive verification confirmed:
Risk
Low. This is a targeted infrastructure update affecting only Helix CI container references. Changes are limited to YAML configuration files specifying container images for testing infrastructure.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.