Replace Ubuntu 18 images with Ubuntu 20 in ARM 64 runs#104689
Merged
rzikm merged 4 commits intodotnet:mainfrom Jul 12, 2024
Merged
Replace Ubuntu 18 images with Ubuntu 20 in ARM 64 runs#104689rzikm merged 4 commits intodotnet:mainfrom
rzikm merged 4 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
MihaZupan
approved these changes
Jul 10, 2024
Member
|
we should not be running on EOS system, right? If anything I feel we should update the run queue(s). |
stephentoub
approved these changes
Jul 10, 2024
This was referenced Jul 10, 2024
Open
Member
Author
Right, I see 18.04 has already been replaced with newer OSes on other platforms, so I changed this PR to update the queues to 20.04 images instead. |
stephentoub
approved these changes
Jul 11, 2024
Member
Author
|
Test failures are related The image is missing MsQuic, we will need to update the image before merging this PR edit, actually we might want to update to 22.04, since that image already contains MsQuic. |
This was referenced Jul 11, 2024
This reverts commit 0d42116.
Member
Author
|
/ba-g None of the failures are on the new platform or the test in question. |
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.
Closes #103354.
TLS resumption does not work reliably with the OpenSSL version present on Ubuntu 18.04 distribution. Since the distro in question is past EOL, we should simply update the queues to more recent distro image.