Skip to content

Ensure that CI processes only use one thread

This MR adds a number of variables to the default CI configuration to ensure that, when using multiprocessing, each process doesn't spawn multiple threads and accidentally saturate the runner machine.

Merge request reports