Allow failure on FreeBSD jobs (#20752)

This commit is contained in:
Dennis 2025-01-21 22:02:45 +01:00 committed by GitHub
parent 12c1363f86
commit 080a4d840f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,13 +181,14 @@ jobs:
host_dmd: dmd-2.095.0
name: ${{ matrix.job_name }}
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 15 # Should complete in 11 minutes
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Run in VM
uses: cross-platform-actions/action@v0.23.0
timeout-minutes: 14
with:
operating_system: freebsd
hypervisor: qemu
@ -257,3 +258,6 @@ jobs:
echo '::group::Test self-compile'
ENABLE_RELEASE=0 ci/run.sh rebuild
echo '::endgroup::'
- name: Backup
if: ${{ failure() }}
run: echo 'FreeBSD VM check made optional because of random time outs'