summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf1d77c9..8531e5cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -374,8 +374,18 @@ respdiff:basic:
test:valgrind:
<<: *test_flaky
script:
- - ${MESON_TEST} --suite unit --suite config --no-suite snowflake --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp"
- - MESON_TESTTHREADS=1 ${MESON_TEST} --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp" --suite snowflake
+ - >
+ ${MESON_TEST}
+ --suite unit
+ --suite config
+ --no-suite skip_valgrind
+ --no-suite snowflake
+ --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp"
+ - >
+ MESON_TESTTHREADS=1 ${MESON_TEST}
+ --no-suite skip_valgrind
+ --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp"
+ --suite snowflake
manager:
stage: test