From: Peter Krempa Date: Tue, 22 Oct 2024 13:48:09 +0000 (+0200) Subject: ci: Regenerate with latest lcitool to pick up 'cirrus-ci' out of credit detection X-Git-Tag: v10.9.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0884bf1f3e9bb3e5fd7beb549a9edc9556449211;p=thirdparty%2Flibvirt.git ci: Regenerate with latest lcitool to pick up 'cirrus-ci' out of credit detection Allow the cirrus jobs to fail on return code '3' which is emitted if we've run out of credits. Signed-off-by: Peter Krempa --- diff --git a/ci/gitlab/build-templates.yml b/ci/gitlab/build-templates.yml index b1e41b0783..31a901e47c 100644 --- a/ci/gitlab/build-templates.yml +++ b/ci/gitlab/build-templates.yml @@ -282,6 +282,8 @@ image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest interruptible: true needs: [] + allow_failure: + exit_codes: 3 script: - set -o allexport - source ci/cirrus/$NAME.vars