From: Michel Dänzer Date: Tue, 22 Oct 2019 16:27:53 +0000 (+0200) Subject: gitlab-ci: Use ninja -j4 for building dEQP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2921a38484b2d390158f6844f1654b787900226e;p=mesa.git gitlab-ci: Use ninja -j4 for building dEQP 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 Reviewed-by: Eric Anholt --- diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index b04357903c4..350ceb6181c 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -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