From b550617de208b8606717559973eb78c67b9e549e Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 9 May 2023 09:16:11 +0200 Subject: [PATCH] ci: Allow flatpak jobs to fail They have been a bit flaky lately, especially the arm64 job. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dd2f8b..07fecaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ package:deb-pureos-byzantium:arm64: flatpak@x86_64: stage: package extends: ['.flatpak@x86_64', '.vars-devel'] + allow_failure: true except: variables: - $PKG_ONLY == "1" @@ -117,6 +118,7 @@ flatpak@x86_64: flatpak@aarch64: stage: package extends: ['.flatpak@aarch64', '.vars-devel'] + allow_failure: true except: variables: - $PKG_ONLY == "1"