While the Cirrus build machines are quite beefy it looks like we are
still hitting timeouts. Lets reduce the testing matrix like we do for
the other BSDs to see if this brings us under the line. This is
however a pretty restricted set and I'm sure there are stalls
happening on FreeBSD which should be addresses.

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Cc: Ed Maste <ema...@freebsd.org>
Cc: Li-Wen Hsu <lw...@freebsd.org>
---
 .gitlab-ci.d/cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 1507c928e5..7c93db4962 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -55,6 +55,7 @@ x64-freebsd-13-build:
     CIRRUS_VM_RAM: 8G
     UPDATE_COMMAND: pkg update; pkg upgrade -y
     INSTALL_COMMAND: pkg install -y
+    CONFIGURE_ARGS: --target-list=x86_64-softmmu,arm-bsd-user
     TEST_TARGETS: check
 
 aarch64-macos-12-base-build:
-- 
2.39.2


Reply via email to