summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bfa35cb98..46bb2186e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -372,6 +372,8 @@ fedora-valgrind/build:
- CFLAGS="-O2 -g -fno-builtin-strcmp" ./configure --disable-gcc-warnings --disable-doc --cache-file $CCACHE_FILE --disable-guile --disable-full-test-suite --enable-valgrind-tests
- make -j$BUILDJOBS
- make -j$BUILDJOBS check TESTS=""
+ only:
+ - branches@gnutls/gnutls
fedora-valgrind/test:
extends:
@@ -384,6 +386,8 @@ fedora-valgrind/test:
needs:
- fedora-valgrind/build
timeout: 5h
+ only:
+ - branches@gnutls/gnutls
fedora-threadsan/build:
extends: