Revert "Switch Ubuntu 24.04 testing to use Ubuntu 22.04 temporarily (#113138)"#113207
Merged
jakobbotsch merged 1 commit intodotnet:mainfrom Mar 6, 2025
Merged
Revert "Switch Ubuntu 24.04 testing to use Ubuntu 22.04 temporarily (#113138)"#113207jakobbotsch merged 1 commit intodotnet:mainfrom
jakobbotsch merged 1 commit intodotnet:mainfrom
Conversation
…otnet#113138)" This reverts commit 9208fb6.
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Member
Author
|
PTAL @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
PR Overview
This PR reverts a previous change to switch Ubuntu testing images back to updated versions based on new available images. Key changes include updating the image tags for Linux arm64 and AMD64 in both the libraries and coreclr pipeline templates.
- Update Linux arm64 image in libraries from ubuntu-22.04 to ubuntu-24.10.
- Update Linux AMD64 image in libraries from ubuntu-22.04 to ubuntu-24.04.
- Update Linux arm64 images in coreclr templates from ubuntu-22.04 to ubuntu-24.04.
Reviewed Changes
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Revised image tags for Linux arm64 and AMD64 to new versions. |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updated arm64 image tags to new version for both public and internal pipelines. |
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
eng/pipelines/coreclr/templates/helix-queues-setup.yml:73
- The alias indicates 'Ubuntu.2404' while the repository portion still refers to 'Ubuntu.2204'; please verify if all version references should be updated uniformly.
- (Ubuntu.2404.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-arm64v8
eng/pipelines/coreclr/templates/helix-queues-setup.yml:75
- Similar to the previous comment, the version in the alias ('Ubuntu.2404') does not match the repository reference ('Ubuntu.2204'); ensure this is intentional or update for consistency.
- (Ubuntu.2404.Arm64)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-arm64v8
jkoritzinsky
approved these changes
Mar 6, 2025
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This reverts commit 9208fb6.
dotnet/dotnet-buildtools-prereqs-docker#1374 was merged and the new images should be available now.