-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Backport Azure Linux test changes #107061
[release/8.0-staging] Backport Azure Linux test changes #107061
Conversation
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones |
We need to add #106489 to this pull request. Will add it when it is approved there. |
/azp run runtime-extra-platforms |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Is this ready to merge? There were CI failures. |
All of the failures look unrelated to the change or helix timeouts. I restarted the failed legs to see if we can get a greener result. |
The |
Friendly reminder that Code Complete for the October Release is September 9. If we want this fix to be included in that release, please merge this PR before that date. |
/ba-g None of the failing status is relevant |
Backport of #106554, #106698, #106835, #107119, and #106330 to release/8.0-staging
/cc @bartonjs @jeffhandley @richlander
Customer Impact
These are test-only changes to react to Azure Linux 3.0. Azure Linux 3.0 disables certain cryptographic algorithms that we have unit tests for. This pull request disables those tests when run on Azure Linux.
Regression
Testing
This adds Azure Linux 3.0 to our CI pipeline and fixes a test that fails on Azure Linux.
This is a test-only changes to react to Azure Linux 3.0. Azure Linux 3.0 disables certain cryptographic algorithms that we have unit tests for. This pull request changes a test from using one of the disabled algorithms.
Risk
None. Test only changes.