Skip to content
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

Static analysis is disabled during check-in CI tests #5922

Open
LarryOsterman opened this issue Aug 16, 2024 · 1 comment
Open

Static analysis is disabled during check-in CI tests #5922

LarryOsterman opened this issue Aug 16, 2024 · 1 comment
Assignees

Comments

@LarryOsterman
Copy link
Member

C++ compiler static analysis is disabled during pre-check-in CI tests.

This means that pull requests can be completed but then fail the nightly verification builds because static analysis is enabled there.

To enable static analysis in the CI pipeline, the AZURE_ENABLE_STATIC_ANALYSIS environment variable needs to be added in the job configuration (ci.tests.yml).

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 16, 2024
@RickWinter RickWinter added test-enhancement and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Aug 28, 2024
@RickWinter
Copy link
Member

Lets add this to the CI gates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants