mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
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:
parent
bdd798778a
commit
b9bfaebba2
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue