- sanity
- test
- respdiff
- - extended
- deploy
- pkgtest
- ${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
+pkgtest:
+ stage: test
+ trigger:
+ include: ci/pkgtest.yaml
+ strategy: depend
+ needs:
+ - build
+ except:
+ refs:
+ - master@knot/knot-resolver
+ - master@knot/security/knot-resolver
+ - tags
+ variables:
+ - $SKIP_CI == "1"
+
pytests:
<<: *test_flaky
needs:
RESPERF_TEST: resperf.iter.udp
# }}}
-# extended {{{
-pkgtest:
- stage: extended
- trigger:
- include: ci/pkgtest.yaml
- strategy: depend
- needs:
- - build
- except:
- refs:
- - master@knot/knot-resolver
- - master@knot/security/knot-resolver
- - tags
- variables:
- - $SKIP_CI == "1"
-# }}}
-
# deploy {{{
# copy snapshot of current master to nightly branch for further processing
# (this is workaround for missing complex conditions for job limits in Gitlab)