Skip to content

Remove DOTNET_EnableAVX512=0 from Blazor E2E test pipeline #63269

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

Merged
merged 2 commits into from
Aug 15, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 15, 2025

This PR removes the DOTNET_EnableAVX512=0 environment variable from the Azure DevOps pipeline configuration in .azure/pipelines/components-e2e-tests.yml.

The environment variable was previously added as a temporary workaround for AVX512-related issues in the .NET runtime/JIT compiler. With the current SDK version (10.0.100-preview.7.25380.108), this workaround is no longer necessary and can be safely removed.

Changes:

  • Removed DOTNET_EnableAVX512: 0 environment variable from the "Run E2E tests" step
  • Removed DOTNET_EnableAVX512: 0 environment variable from the "Run Quarantined E2E tests" step

The removal was verified to maintain valid YAML syntax and no other references to this environment variable exist in the repository.

Fixes #63105.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@Copilot Copilot AI changed the title [WIP] [Blazor] Remove DOTNET_EnableAVX512=0 from the /.azure/pipelines /components-e2e-tests.yml pipeline Remove DOTNET_EnableAVX512=0 from Blazor E2E test pipeline Aug 15, 2025
Copilot finished work on behalf of javiercn August 15, 2025 11:26
@Copilot Copilot AI requested a review from javiercn August 15, 2025 11:26
@javiercn javiercn marked this pull request as ready for review August 15, 2025 12:28
@Copilot Copilot AI review requested due to automatic review settings August 15, 2025 12:28
@javiercn javiercn requested review from wtgodbe and a team as code owners August 15, 2025 12:28
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the DOTNET_EnableAVX512=0 environment variable from the Blazor E2E test pipeline configuration, eliminating a temporary workaround that is no longer needed with the current .NET SDK version.

  • Removes AVX512 workaround environment variable from two test execution steps
  • Simplifies pipeline configuration by eliminating obsolete runtime settings

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@javiercn javiercn merged commit 21c7181 into main Aug 15, 2025
29 checks passed
@javiercn javiercn deleted the copilot/fix-63105 branch August 15, 2025 13:51
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-rc1 milestone Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Blazor] Remove DOTNET_EnableAVX512=0 from the /.azure/pipelines /components-e2e-tests.yml pipeline
3 participants