mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-01 06:50:33 +01:00
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:
parent
bafffb7ecb
commit
fb4f4131a1
2 changed files with 0 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 #}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue