From e48bc0987dfec35bc76a3015ee3e85906ce86dfd Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 29 Oct 2023 02:01:28 +0200 Subject: [PATCH] Cirrus CI: Allow single remaining FreeBSD coverage job to fail (might be out of credits) I don't think it's a big loss to make it optional, i.e., extra FreeBSD coverage possibly not showing up near the end of the month. (I'm a bit reluctant to move the job to GHA, as it would IMO probably disproportionally uglify the current GHA script.) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index c34e4d8136..6700062951 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,6 +54,7 @@ coverage_environment_template: &COVERAGE_ENVIRONMENT_TEMPLATE # FreeBSD freebsd13_task: name: FreeBSD 13.0 x64, DMD ($TASK_NAME_TYPE) + allow_failures: true # might be out of credits freebsd_instance: image_family: freebsd-13-0 cpu: 4