summaryrefslogtreecommitdiff
path: root/.gitlab-ci
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 /.gitlab-ci
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template3
1 files changed, 0 insertions, 3 deletions
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 #}