[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/22] gitlab/cirrus: reduce scope of the FreeBSD testing matrix
From: |
Alex Bennée |
Subject: |
[PATCH 01/22] gitlab/cirrus: reduce scope of the FreeBSD testing matrix |
Date: |
Wed, 3 May 2023 10:12:23 +0100 |
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.bennee@linaro.org>
Cc: Ed Maste <emaste@freebsd.org>
Cc: Li-Wen Hsu <lwhsu@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
- [PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab, Alex Bennée, 2023/05/03
- [PATCH 01/22] gitlab/cirrus: reduce scope of the FreeBSD testing matrix,
Alex Bennée <=
- [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Alex Bennée, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Paolo Bonzini, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Fabiano Rosas, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Alex Bennée, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Paolo Bonzini, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Peter Maydell, 2023/05/03
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Thomas Huth, 2023/05/04
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Alex Bennée, 2023/05/04
- Re: [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine, Paolo Bonzini, 2023/05/04
- Prev by Date:
Re: [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
- Next by Date:
[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
- Previous by thread:
[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
- Next by thread:
Re: [PATCH 01/22] gitlab/cirrus: reduce scope of the FreeBSD testing matrix
- Index(es):