On 9/11/23 16:35, Philippe Mathieu-Daudé wrote:
This Cirrus-CI based job takes ~12min, similarly to macOS job.
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Based-on: <20231109150900.91186-1-phi...@linaro.org>
"tests/vm/netbsd: Use Python v3.11"
---
.gitlab-ci.d/cirrus.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index e7f1f83c2c..7b01acb104 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -94,8 +94,6 @@ aarch64-macos-12-base-build:
- cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
variables:
QEMU_JOB_CIRRUS: 1
- QEMU_JOB_OPTIONAL: 1
-
x86-netbsd:
extends: .cirrus_kvm_job
@@ -110,3 +108,4 @@ x86-openbsd:
NAME: openbsd
CONFIGURE_ARGS: --target-list=i386-softmmu,riscv64-softmmu,mips64-softmmu
TEST_TARGETS: check
+ QEMU_JOB_OPTIONAL: 1
BTW OpenBSD works for me, but takes ~20min (similar to the FreeBSD job).