summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-11-13 09:41:23 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-14 11:29:56 +0000
commit3aebc51f164d4af160cfbe012b0a72873c11a4fc (patch)
tree2cb1a4a333002dcc7879175337b50f719cdd5f25
parent3b37d6c8c758b7291aa4e674ffa197fe7d10b25b (diff)
gitlab-ci: limit ninja to 4 threads to avoid stealing resources from other jobs
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea5356683..754dd2390 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ build:
-D PIGLIT_BUILD_GL_TESTS=on
-D PIGLIT_BUILD_WGL_TESTS=off
-GNinja
- - ninja
+ - ninja -j4
py.test:
stage: build