mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 01:10:25 +01:00
gitlab CI: don't allow VM test failures
The VM runs are much more reliable now and where they do fail, they can be retriggered. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
62a0b17007
commit
bfa077d2a8
2 changed files with 0 additions and 4 deletions
|
|
@ -190,7 +190,6 @@ fedora:32@qemu-prep:
|
|||
FDO_DISTRIBUTION_VERSION: 32
|
||||
FDO_DISTRIBUTION_TAG: $QEMU_TAG
|
||||
FDO_DISTRIBUTION_PACKAGES: $FEDORA_PACKAGES
|
||||
allow_failure: true
|
||||
|
||||
fedora:31@container-prep:
|
||||
extends:
|
||||
|
|
@ -505,7 +504,6 @@ freebsd:11.2@container-clean:
|
|||
reports:
|
||||
junit: $MESON_BUILDDIR/junit-*.xml
|
||||
|
||||
allow_failure: true
|
||||
retry:
|
||||
max: 2
|
||||
when: script_failure
|
||||
|
|
|
|||
|
|
@ -181,7 +181,6 @@ check-commit:
|
|||
FDO_DISTRIBUTION_VERSION: {{version}}
|
||||
FDO_DISTRIBUTION_TAG: $QEMU_TAG
|
||||
FDO_DISTRIBUTION_PACKAGES: ${{distro.name.upper()}}_PACKAGES
|
||||
allow_failure: true
|
||||
{% endfor %}
|
||||
|
||||
{% for distro in distributions %}
|
||||
|
|
@ -385,7 +384,6 @@ freebsd:11.2@container-clean:
|
|||
reports:
|
||||
junit: $MESON_BUILDDIR/junit-*.xml
|
||||
|
||||
allow_failure: true
|
||||
retry:
|
||||
max: 2
|
||||
when: script_failure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue