mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 12:40:11 +03:00
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.)
This commit is contained in:
parent
d6b9c47a0a
commit
e48bc0987d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue