-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add Ubuntu 24.10 image #111504
Add Ubuntu 24.10 image #111504
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
/azp run runtime-libraries-coreclr outerloop-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
I'll try to look at the failed time zone tests and fix them in this PR. |
/azp run runtime-libraries-coreclr outerloop-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: Rich Lander <[email protected]>
/azp run runtime-libraries-coreclr outerloop-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
@filipnavara @stephentoub could you please help looking at failed test https://helixr18s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-111504-merge-1928f94a14a8400bac/System.Net.Security.Unit.Tests/3/console.992e600c.log?helixlogtype=result and adjust the test as needed to unblock this PR? Thanks! |
It looks like The image seems to have
|
@@ -34,7 +34,7 @@ jobs: | |||
|
|||
# Linux arm64 | |||
- ${{ if eq(parameters.platform, 'linux_arm64') }}: | |||
- (Ubuntu.2204.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8 | |||
- (Ubuntu.2410.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-24.10-helix-arm64v8 |
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.
Could someone enlighten me about the naming scheme? I am bit confused about Ubuntu 24.10 still having Ubuntu.2204.ArmArch.Open
in the name. (Same for the other entries.)
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.
This is Ubuntu 24.10 container running on Ubuntu 22.04 physical machine (ie the kernel is from Ubuntu 22.04).
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.
Thanks!
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.
this comes from "fixes" we put in for #67353 @filipnavara.
Do you want to disable the test as part of this PR @richlander?
NTLM was broken on Ubuntu for a while and it seems like it is finally fixed.
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 don't have context to make that decision. Can you elaborate?
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.
@tarekgh already pushed the change @richlander. No need to worry. We will make proper change later after more testing on new images.
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.
Sounds good. I will be bringing in Debian 13, shortly. 24.10 will be replaced by 25.04 before long. My intent is to keep us closer to tip.
For now the test can be disabled to unblock the pr. |
I submitted a commit to disable the test to unblock the PR. CC @wfurt |
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.
LGTM
Thanks Everyone! |
Related:
@tarekgh