gitlab CI: allow the qemu-prep job to fail, runners are unreliable

The qemu jobs themselves already have this tag so let's add it to the
container prep itself too. Unfortunately the CI doesn't have a conditional
allow-failure (ideally we want retry's stuck_or_timeout_failure condition).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-10-29 09:16:50 +10:00
parent bdd798778a
commit b9bfaebba2

View file

@ -164,6 +164,7 @@ fedora:30@qemu-prep:
DISTRIB_FLAVOR: fedora
DISTRIB_VERSION: $FEDORA_VERSION
TAG: $QEMU_TAG
allow_failure: true
<<: *pull_upstream_or_rebuild
fedora:30@container-prep: