projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7e0c5
)
gitlab-ci: Use ninja -j4 for building dEQP
author
Michel Dänzer
<mdaenzer@redhat.com>
Tue, 22 Oct 2019 16:27:53 +0000
(18:27 +0200)
committer
Michel 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/debian-install.sh
b/.gitlab-ci/debian-install.sh
index b04357903c49af6d9d1a80de98b3bba0335e632c..350ceb6181c31b95ec0776cf0c9bddbb5b528136 100644
(file)
--- 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