From b9bfaebba202b45dcfa9f6055d5107a3faa85295 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 29 Oct 2019 09:16:50 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8881148e..45e0a12b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: