From: Nikos Mavrogiannopoulos Date: Sat, 19 Sep 2015 10:12:18 +0000 (+0200) Subject: .gitlab-ci.yml: reduce the number of CPUs used in slow on make check X-Git-Tag: gnutls_3_5_0~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48cdff1c093c41a37c3698d90bab36c8005ccd33;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: reduce the number of CPUs used in slow on make check --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abd36a7a19..32b80aae99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ Build and Check with asan: Build and Check: script: - git submodule update --init && make autoreconf && ./configure --with-included-libtasn1 - --disable-doc --disable-valgrind-tests && make -j4 && make check -j4 + --disable-doc --disable-valgrind-tests && make -j4 && make check -j2 - cat tests/test-suite.log tags: - slow