From: Benjamin Tissoires Date: Fri, 30 Jul 2021 10:06:40 +0000 (+0200) Subject: CI: do not retry the qemu runs X-Git-Tag: 1.22.0~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb4f4131a112201c86c510179cfc939fcfa8aece;p=platform%2Fupstream%2Flibinput.git 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d7606..7a7770a 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 0bba64a..d752263 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 #}