-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update clang-tidy test #46930
Update clang-tidy test #46930
Conversation
cms-bot internal usage |
please test though test will fail as currently |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46930/42997 |
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test with cms-sw/cmsdist#9575 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46930/43000
|
Pull request #46930 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46930/43060 |
Pull request #46930 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please check and sign again. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46930/43066 |
Pull request #46930 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please check and sign again. |
please test |
REMINDER @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio: This PR was tested with cms-sw/cmsdist#9584, please check if they should be merged together |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
@makortel , this is ready to go in. It add a new unit tests which makes sure that |
+core |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @mandrenguyen, @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PGO changes ( e.g. using relative source path instead of full path ) broke
scram build code-checks
rule. So it has not been running properly on PR. code-format was working but onlycode-checks i.e. clang-tidy
did not work as it required correctcompiler_command.json
with correct source file paths.Updated clang-tidy unit test now makes sure
scram build code-checks
andscram build code-checks-all
rules work correctlyscram build code-format-all
also worksThis will require also cmsdist update with correct code-checks rule