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>
This commit is contained in:
Benjamin Tissoires 2021-07-30 12:06:40 +02:00 committed by Peter Hutterer
parent bafffb7ecb
commit fb4f4131a1
2 changed files with 0 additions and 6 deletions

View 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:

View 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 #}