clang_tidy takes about 40 min to complete and is the slowest tasks among the ones required for the commit queue.
buildscripts/clang_tidy.py is used to run and parallelize clang_tidy execution.
We could partition the files in the repository in several disjunctive sets and execute oneĀ clang_tidy.py for each set in parallel tasks.