Update-eol-versions-6.0-staging#103380
Update-eol-versions-6.0-staging#103380richlander merged 3 commits intodotnet:release/6.0-stagingfrom
Conversation
3fad07c to
9632d5e
Compare
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
carlossanlop
left a comment
There was a problem hiding this comment.
@richlander thanks for submitting, this looks good.
Question: I am seeing some 6.0 PRs failing with this error too:
SENDHELIXJOB(0,0): error : Helix queue redhat.7.amd64.open is set for estimated removal date of 2024-06-30. In most cases the queue will be removed permanently due to end-of-life; please contact dnceng for any questions or concerns, and we can help you decide how to proceed and discuss other options.
Do you know what's the now supported version we should be using? This does not need to be addressed in this PR, can be done separately.
Aside from the above question, is this ready to merge? If yes, feel free to press the squash button.
|
Libraries tests are failing on Windows 10. Known issue: #104390. System.Net.Http.WinHttpHandlerFunctional.Tests.BidirectionStreamingTest.BackwardsCompatibility_DowngradeToHttp11 [FAIL]
Assert.Throws() Failure
Expected: typeof(System.Exception)
Actual: (No exception was thrown)
Stack Trace:
/_/src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs(335,0): at System.Net.Http.WinHttpHandlerFunctional.Tests.BidirectionStreamingTest.BackwardsCompatibility_DowngradeToHttp11()
--- End of stack trace from previous location --- |
|
Looks like something is wrong with either the infra or |
|
/ba-g System.IO and System.IO.Net5Compat failure is a known/pre-existing issue that KnownBuildError was unable to link: #100558 |
| - (Ubuntu.1804.Arm32)Ubuntu.1804.Armarch@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7 | ||
| - (Debian.12.Arm32)Ubuntu.2204.Armarch@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7 | ||
| - (Debian.11.Arm32)Ubuntu.2204.ArmArch@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-helix-arm32v7 | ||
| - (Ubuntu.2004.Arm32)Ubuntu.1804.Armarch@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7 |
There was a problem hiding this comment.
this is not correct, the value in parens is just a display name. the actual docker image is still using 18.04
There was a problem hiding this comment.
Thanks for raising this and the other one. I'll take a look at both later today and fix the mistakes.
No description provided.