-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
With the change of the underlying distro the clang tidy task uses, clang tidy can now take over 40 min to run in the commit queue. This can cause commits to take a significant amount of time to make it through the queue and can cause commits to back up.
We should look into seeing if there are ways to speed up the runtime of the clang-tidy task:
- Does changing the distro to be a larger one buy us back enough time?
- Can we parallelize what's happening in clang-tidy and reduce the wall clock time of the commit queue?
Ideally all tasks in the commit queue should be under ~20 min in length.
- related to
-
SERVER-71743 Move polyfill lint to clang-tidy
- Closed