Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(tests): reduce number of workers for tests (#2149)
The use of as many workers as logical cores seems to cause significant increases of some monitored durations, including on Linux, which causes irrelevant CI failures. We revert to using as many workers as actual CPUs. Also, load balancing of tests is improved using worksteal, which works far better with our tests which have very different execution times (integration tests are far longer than unit tests). --------- Signed-off-by: Sylvain Leclerc <[email protected]>
- Loading branch information