From fb4f4131a112201c86c510179cfc939fcfa8aece Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 30 Jul 2021 12:06:40 +0200 Subject: [PATCH] CI: do not retry the qemu runs They should be more reliable now, so no need to try them twice Signed-off-by: Benjamin Tissoires --- .gitlab-ci.yml | 3 --- .gitlab-ci/ci.template | 3 --- 2 files changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d7606b..7a7770a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 0bba64ae..d7522638 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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 #}