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>
FDO_DISTRIBUTION_VERSION: 32
FDO_DISTRIBUTION_TAG: $QEMU_TAG
FDO_DISTRIBUTION_PACKAGES: $FEDORA_PACKAGES
- allow_failure: true
fedora:31@container-prep:
extends:
reports:
junit: $MESON_BUILDDIR/junit-*.xml
- allow_failure: true
retry:
max: 2
when: script_failure
FDO_DISTRIBUTION_VERSION: {{version}}
FDO_DISTRIBUTION_TAG: $QEMU_TAG
FDO_DISTRIBUTION_PACKAGES: ${{distro.name.upper()}}_PACKAGES
- allow_failure: true
{% endfor %}
{% for distro in distributions %}
reports:
junit: $MESON_BUILDDIR/junit-*.xml
- allow_failure: true
retry:
max: 2
when: script_failure