summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2021-07-30 12:06:40 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2022-09-01 10:18:18 +1000
commitfb4f4131a112201c86c510179cfc939fcfa8aece (patch)
treea45b4ddbe036c02f6cecb5189a58e0a99f310395
parentbafffb7ecbb251ec22138f176eb0fa65a1518d93 (diff)
downloadlibinput-fb4f4131a112201c86c510179cfc939fcfa8aece.tar.gz
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 <benjamin.tissoires@gmail.com>
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--.gitlab-ci/ci.template3
2 files changed, 0 insertions, 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 #}