CI: do not retry the qemu runs
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 30 Jul 2021 10:06:40 +0000 (12:06 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 1 Sep 2022 00:18:18 +0000 (10:18 +1000)
They should be more reliable now, so no need to try them twice

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 59d7606..7a7770a 100644 (file)
@@ -480,9 +480,6 @@ freebsd:13.0@container-clean:
     - if ! [[ -z $SUITE_NAMES ]]; then SUITES=$(echo $SUITE_NAMES | sed 's/\([^ ]*\)/libinput-test-suite-\1/g'); fi
     - echo "Testing $SUITES"
     - export MESON_TEST_ARGS="$MESON_TEST_ARGS $SUITES"
-  retry:
-    max: 2
-    when: script_failure
 
 
 .fedora:36@test-suite-vm:
index 0bba64a..d752263 100644 (file)
@@ -364,9 +364,6 @@ check-commit:
     - if ! [[ -z $SUITE_NAMES ]]; then SUITES=$(echo $SUITE_NAMES | sed 's/\([^ ]*\)/libinput-test-suite-\1/g'); fi
     - echo "Testing $SUITES"
     - export MESON_TEST_ARGS="$MESON_TEST_ARGS $SUITES"
-  retry:
-    max: 2
-    when: script_failure
 
 
 {# qemu tests are only done for the latest version of any distribution #}