Mesa (master): gitlab-ci: Use ninja -j4 for building dEQP

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 12 09:53:54 UTC 2019


Module: Mesa
Branch: master
Commit: 2921a38484b2d390158f6844f1654b787900226e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2921a38484b2d390158f6844f1654b787900226e

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Oct 22 18:27:53 2019 +0200

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 <eric.engestrom at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 .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




More information about the mesa-commit mailing list