]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Run recheck in case some system test fails
authorOndřej Surý <ondrej@isc.org>
Fri, 24 Apr 2020 15:00:39 +0000 (17:00 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 27 Apr 2020 09:43:29 +0000 (11:43 +0200)
.gitlab-ci.yml

index a0b410cc5c156c24d81f6f3507e011cc6cbe38e2..0565580d9920dab86497c81aa615f97b0e3e40f7 100644 (file)
@@ -258,7 +258,7 @@ stages:
     - *setup_softhsm
   script:
     - cd bin/tests/system
-    - make -j${TEST_PARALLEL_JOBS:-1} -k check V=1
+    - make -j${TEST_PARALLEL_JOBS:-1} -k check V=1 || make -j${TEST_PARALLEL_JOBS:-1} -k recheck V=1
   after_script:
     - cat bin/tests/system/test-suite.log