gitlab: remove x64-freebsd-14-build Cirrus job
Cirrus has shut down and the x64-freebsd-14-build is failing: https://gitlab.com/qemu-project/qemu/-/jobs/14656732122 Remove the x64-freebsd-14-build job to get the CI pipeline passing again. The next commit will be to remove Cirrus integration from the GitLab YAML and lcitool since it is no longer used. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com> Message-id: 20260602162457.828969-2-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi committed
Jun 2, 2026 at 12:24 UTC
4023f38b50a42a9a936ee3c1c3a9642110e42916
4 files changed
-37
.gitlab-ci.d/cirrus.yml
-14
@@ -30,17 +30,3 @@
30
- cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
31
variables:
32
QEMU_JOB_CIRRUS: 1
33
-
34
-x64-freebsd-14-build:
35
- extends: .cirrus_build_job
36
- variables:
37
- NAME: freebsd-14
38
- CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
39
- CIRRUS_VM_IMAGE_SELECTOR: image_family
40
- CIRRUS_VM_IMAGE_NAME: freebsd-14-3
41
- CIRRUS_VM_CPUS: 8
42
- CIRRUS_VM_RAM: 8G
43
- UPDATE_COMMAND: pkg update; pkg upgrade -y
44
- INSTALL_COMMAND: pkg install -y
45
- CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,mips64el-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4eb-softmmu,xtensa-softmmu --enable-rust
46
- TEST_TARGETS: check
.gitlab-ci.d/cirrus/freebsd-14.vars
deleted
-16
@@ -1,16 +0,0 @@
1
-# THIS FILE WAS AUTO-GENERATED
2
-#
3
-# $ lcitool variables freebsd-14 qemu
4
-#
5
-# https://gitlab.com/libvirt/libvirt-ci
6
-
7
-CCACHE='/usr/local/bin/ccache'
8
-CPAN_PKGS=''
9
-CROSS_PKGS=''
10
-MAKE='/usr/local/bin/gmake'
11
-NINJA='/usr/local/bin/ninja'
12
-PACKAGING_COMMAND='pkg'
13
-PIP3='/usr/local/bin/pip'
14
-PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka coreutils ctags curl cyrus-sasl dbus diffutils dtc flex fusefs-libs3 gettext git glib gmake gnutls gsed gtk-vnc gtk3 json-c libepoxy libffi libgcrypt libjpeg-turbo libnfs libslirp libspice-server libssh libtasn1 llvm lzo2 meson mtools ncurses nettle ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml py311-setuptools py311-sphinx py311-sphinx_rtd_theme py311-tomli py311-wheel python3 rpm2cpio rust rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-protocol tesseract usbredir virglrenderer vte3 vulkan-tools xorriso zstd'
15
-PYPI_PKGS=''
16
-PYTHON='/usr/local/bin/python3'
MAINTAINERS
-2
@@ -4511,9 +4511,7 @@ W: https://travis-ci.org/qemu/qemu
4511
FreeBSD Hosted Continuous Integration
4512
M: Li-Wen Hsu <lwhsu@freebsd.org>
4513
S: Maintained
4514
-F: .gitlab-ci.d/cirrus/freebsd*
4514
F: tests/vm/freebsd
4516
-W: https://cirrus-ci.com/github/qemu/qemu
4515
4516
Functional testing framework
4517
M: Thomas Huth <th.huth+qemu@posteo.eu>
tests/lcitool/refresh
-5
@@ -303,11 +303,6 @@ try:
303
enable_rust=False,
304
trailer="".join(debian_all_test_cross_compilers))
305
306
- #
307
- # Cirrus packages lists for GitLab
308
- #
309
- generate_cirrus("freebsd-14")
310
-
306
#
307
# GitLab packages lists
308
#