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:
Peter Hutterer 2020-12-09 21:18:58 +10:00
parent 62a0b17007
commit bfa077d2a8
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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