gitlab-ci: limit ninja to 4 threads max
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 13 Feb 2019 14:25:45 +0000 (14:25 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 13 Feb 2019 16:15:43 +0000 (16:15 +0000)
commit68a9383c6fbe45c5c84254a9a41b79c8d40346b9
tree7db36136076bb13b24225392686926c63695b905
parentfccc9d3de6cfd1f4d7dbf49af1582b88d143c4cd
gitlab-ci: limit ninja to 4 threads max

I tried bumping the limit on make and scons instead, but that just
thrashed the runners, so let's not do that (sorry @daniels :]).

Instead, remove the automatic thread management from ninja and limit it
to 4 instead, in line with make and scons.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml