-
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
Replace Ubuntu 18 images with Ubuntu 20 in ARM 64 runs #104689
Replace Ubuntu 18 images with Ubuntu 20 in ARM 64 runs #104689
Conversation
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
we should not be running on EOS system, right? If anything I feel we should update the run queue(s). |
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. |
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 reverts commit 0d42116.
/ba-g None of the failures are on the new platform or the test in question. |
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.