From 2921a38484b2d390158f6844f1654b787900226e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Tue, 22 Oct 2019 18:27:53 +0200 Subject: [PATCH] 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 --- .gitlab-ci/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2