-
Notifications
You must be signed in to change notification settings - Fork 168
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: Improve clang tidy job #2365
Conversation
I think it did run most of the time, and only gets killed when running on a low-ish memory machine. |
Codecov Report
@@ Coverage Diff @@
## main #2365 +/- ##
=======================================
Coverage 49.60% 49.60%
=======================================
Files 452 452
Lines 25515 25515
Branches 11701 11701
=======================================
Hits 12656 12656
Misses 4579 4579
Partials 8280 8280 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hmm this runs for almost 2 hours now. I think we probably have to stick to full core count so it doesn't take forever. I've gone back to full VMs per job so hopefully the clang-tidy should be less crashy. |
makes sense! I will revert the |
Improves the output and error handling of the clang tidy job.
Before the CI job did not print the output of the clang tidy calls and the error code was ignored.