Skip to content

Restrict the OpenMP threads # gitlab-ci tests uses

A single gitlab-runner can run multiple test stages concurrently on the same hardware. When we have 3 jobs asking for 100% of the cpu's we get a 300% reduction in performance caused by task switching

Merge request reports