gitlab CI: allow the qemu-prep job to fail, runners are unreliable
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 28 Oct 2019 23:16:50 +0000 (09:16 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Nov 2019 01:00:16 +0000 (11:00 +1000)
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>
.gitlab-ci.yml

index 8881148ee22f608e60e284d5cdae262be59d22fa..45e0a12b472b199f81f43a93977ce4d83bba8752 100644 (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: