-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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/8.0-staging] Update alpine arm32 in release 8.0 CI #94609
[release/8.0-staging] Update alpine arm32 in release 8.0 CI #94609
Conversation
Ok, the problem is not with 3.15 specifically... logs are full with the same error
So it is arm32 + updated msquic 😢 That means pinning the previous image tag seems to be the only fast option @wfurt |
Previous tag works, yay 😄😅
|
This reverts commit 63b8302.
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsContributes to #91757 Alpine docker images were rebuilt on Oct 26, which updated MsQuic to latest -- and brought in a regression for Alpine Arm32. This PR rolls back to the previous image version that was used before Oct 26. This should stop the noise for release/8.0 that is #91757. For main, I expect we would also update from 3.15 which is EOL to 3.16, so this PR is only for 8.0. @carlossanlop this is test-infra-only change to reduce noise in CI.
|
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'm ok if this is a temp fix, but it's better to keep containers patched. Is there any plan to re-enable the moving tag?
test only change to stabilize CI @carlossanlop |
This issue appears to be a regression in MsQuic. We should look into it and open a tracking issue in their repository. It's not something within our direct purview to address. |
Contributes to #91757
Alpine docker images were rebuilt on Oct 26, which updated MsQuic to latest -- and brought in a regression for Alpine Arm32.
This PR rolls back to the previous image version that was used before Oct 26. This should stop the noise for release/8.0 that is #91757. For main, I expect we would also update from 3.15 which is EOL to 3.16, so this PR is only for 8.0.
@carlossanlop this is test-infra-only change to reduce noise in CI.
Tested by running the tests in CI, see #94609 (comment)
cc @wfurt @ManickaP @hoyosjs
cc @wfurt - I took a look and alpine arm32 is only used in "checked runtime libraries test" combination. And in that case only 3.15 was used, which is EOL, so I believe we can just bump it to 3.17?I was thinking and I'm not a fan of reverting to August's docker tag anymore... because it does not contain 10B fix (msquic 2.2.3)