gitlab-ci: Use ninja -j4 for building dEQP
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 22 Oct 2019 16:27:53 +0000 (18:27 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 12 Nov 2019 09:14:04 +0000 (10:14 +0100)
By default, ninja tries to saturate all cores of the runner host
machine, which could overload it due to other jobs running in parallel.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci/debian-install.sh

index b04357903c49af6d9d1a80de98b3bba0335e632c..350ceb6181c31b95ec0776cf0c9bddbb5b528136 100644 (file)
@@ -269,7 +269,7 @@ cmake -G Ninja \
       -DDEQP_TARGET=surfaceless               \
       -DCMAKE_BUILD_TYPE=Release              \
       /VK-GL-CTS
-ninja
+ninja -j4
 
 # Copy out the mustpass lists we want from a bunch of other junk.
 mkdir /deqp/mustpass