-
Notifications
You must be signed in to change notification settings - Fork 29
[CI] Issue: HPCINFRA-3898 coverity agressiveness #421
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
base: vNext
Are you sure you want to change the base?
Conversation
0a56bb6 to
545a5ab
Compare
|
@NirWolfer can you rebase on bashar changes, i want to see the cov issue we get in the CI |
7465382 to
a275684
Compare
|
Please check https://nbuprod.blsm.nvidia.com/swx-media-master/job/libxlio/job/LibXLIO-opensource/1763/ |
Change --aggressiveness-level to medium Signed-off-by: NirWolfer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greptile Overview
Greptile Summary
This PR increases the Coverity static analysis aggressiveness level from low to medium in the CI pipeline script contrib/jenkins_tests/cov.sh. This configuration change affects how deeply Coverity analyzes the codebase for potential defects during automated testing. The change integrates with the existing CI infrastructure in .ci/ which orchestrates the Jenkins pipeline stages including static analysis steps. By raising the sensitivity, the team aims to catch more subtle code quality issues, though this may also increase false positive reports and slightly extend analysis time. The modification is minimal and self-contained, touching only the cov-analyze command invocation while leaving the build, error reporting, and commit submission logic intact.
Confidence: 5/5
This is a straightforward configuration change with no logic modifications, no security implications, and clear intent documented in the referenced JIRA ticket. The change is low-risk and well-understood within the context of static analysis tooling.
1 file reviewed, no comments
|
@BasharRadya Please check the coverity errors |
|
@OmriRitblat, please work with bashar on this. |
Change --aggressiveness-level to medium
Requested in: HPCINFRA-3898