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

CI: Remove PVS Analysis GitHub Action #11529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatTheMav
Copy link
Member

Description

Remove PVS Analysis Action from GitHub workflows to fix scheduled workflow run status.

Motivation and Context

The GitHub Action regularly ends up in a broken state as the PVS license needs to be manually renewed continuously, but there has been no effort to ensure this happens regularly.

As of today (2024-11-16) the action has failed every night for about a month, without anyone taking action on this, which very obviously means that there is no "user" of this action or the data it generates (some issues have been marked as false positives, so shout out to @notr1ch who took care of that).

Thus the generated data has become noise and the code a maintenance burden without value, so it's better to remove it.

How Has This Been Tested?

Can only be tested by observing scheduled nightly workflow runs after merging.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

The GitHub Action regularly ends up in a broken state as the PVS
license needs to be manually renewed continuously, but there has been
no effort to ensure this happens regularly.

In the same vein, the analysis data itself has not resulted in any
real action being taken to fix or analyze them (some issues have been
marked as false positives, so shout out to R1ch who take care of that).

Thus the generated data has become noise and the code a maintenance
burden without value, so it's better to remove it.
@WizardCM WizardCM added Code Cleanup Non-breaking change which makes code smaller or more readable CI labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Code Cleanup Non-breaking change which makes code smaller or more readable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants