summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-30 16:48:54 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-03 13:53:05 +0200
commit0f0033b89b61f5baa4e433df6db6835885fff250 (patch)
tree4e43418134779be7c2d2e387a3f8a95b7a889969 /.gitlab-ci.yml
parent7d1dd8d71806bfcb7d3258a38a6a7cb4d4a0f43e (diff)
downloadgnutls-0f0033b89b61f5baa4e433df6db6835885fff250.tar.gz
.gitlab-ci.yml: do not run the full test suite on valgrind test
This allows the CI test to run on reasonable time.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a484b2efb2..1877288ec1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,7 +136,7 @@ Fedora/x86_64/FIPS140-2:
Fedora/x86_64/valgrind:
script:
- make autoreconf && ./configure
- --disable-non-suiteb-curves --enable-code-coverage --disable-doc && make -j$(nproc) && make check -j$(nproc)
+ --disable-non-suiteb-curves --enable-code-coverage --disable-doc --disable-full-test-suite && make -j$(nproc) && make check -j$(nproc)
- make local-code-coverage-output || true
tags:
- shared