You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Fix test parallelism for low-core CI machines and add diagnostics
The ceil(nproc/3) formula was too conservative on 4-core machines
(macOS CI Orka VMs), yielding -j 2 which serialised test suites into
5 waves. On <=4 cores, CTest internal parallelism is modest enough
that using all cores avoids unnecessary serialisation.
Also adds diagnostic logging of CPU count and parallelism settings
to build.gradle, docker_entrypoint.sh, and run-tests-individually.cmake
to make CI performance easier to analyse.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments