[PATCH 0/3] gitlab: remove x64-freebsd-14-build job and Cirrus CI integration

Stefan Hajnoczi posted 3 patches 5 days, 10 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260602162457.828969-1-stefanha@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
MAINTAINERS                         |  3 --
.gitlab-ci.d/cirrus/README.rst      | 54 -----------------------------
docs/devel/testing/main.rst         |  4 +--
.gitlab-ci.d/base.yml               |  4 ---
.gitlab-ci.d/cirrus.yml             | 46 ------------------------
.gitlab-ci.d/cirrus/build.yml       | 42 ----------------------
.gitlab-ci.d/cirrus/freebsd-14.vars | 16 ---------
.gitlab-ci.d/qemu-project.yml       |  1 -
docs/devel/testing/ci-jobs.rst.inc  |  6 ----
tests/lcitool/refresh               | 11 ------
10 files changed, 2 insertions(+), 185 deletions(-)
delete mode 100644 .gitlab-ci.d/cirrus/README.rst
delete mode 100644 .gitlab-ci.d/cirrus.yml
delete mode 100644 .gitlab-ci.d/cirrus/build.yml
delete mode 100644 .gitlab-ci.d/cirrus/freebsd-14.vars
[PATCH 0/3] gitlab: remove x64-freebsd-14-build job and Cirrus CI integration
Posted by Stefan Hajnoczi 5 days, 10 hours ago
Cirrus CI shut down yesterday and the x64-freebsd-14-build CI job is now
failing. This patch series removes the job as well as the Cirrus CI integration
in lcitool.

Warner is setting up a gitlab-runner on a VM hosted by OSUOSL for QEMU. It will
be possible to test FreeBSD builds again when it comes online.

Stefan Hajnoczi (3):
  gitlab: remove x64-freebsd-14-build Cirrus job
  lcitool: remove Cirrus CI support
  MAINTAINERS: remove stale Cirrus macOS build job path

 MAINTAINERS                         |  3 --
 .gitlab-ci.d/cirrus/README.rst      | 54 -----------------------------
 docs/devel/testing/main.rst         |  4 +--
 .gitlab-ci.d/base.yml               |  4 ---
 .gitlab-ci.d/cirrus.yml             | 46 ------------------------
 .gitlab-ci.d/cirrus/build.yml       | 42 ----------------------
 .gitlab-ci.d/cirrus/freebsd-14.vars | 16 ---------
 .gitlab-ci.d/qemu-project.yml       |  1 -
 docs/devel/testing/ci-jobs.rst.inc  |  6 ----
 tests/lcitool/refresh               | 11 ------
 10 files changed, 2 insertions(+), 185 deletions(-)
 delete mode 100644 .gitlab-ci.d/cirrus/README.rst
 delete mode 100644 .gitlab-ci.d/cirrus.yml
 delete mode 100644 .gitlab-ci.d/cirrus/build.yml
 delete mode 100644 .gitlab-ci.d/cirrus/freebsd-14.vars

-- 
2.54.0
Re: [PATCH 0/3] gitlab: remove x64-freebsd-14-build job and Cirrus CI integration
Posted by Stefan Hajnoczi 4 days, 10 hours ago
On Tue, Jun 02, 2026 at 12:24:53PM -0400, Stefan Hajnoczi wrote:
> Cirrus CI shut down yesterday and the x64-freebsd-14-build CI job is now
> failing. This patch series removes the job as well as the Cirrus CI integration
> in lcitool.
> 
> Warner is setting up a gitlab-runner on a VM hosted by OSUOSL for QEMU. It will
> be possible to test FreeBSD builds again when it comes online.
> 
> Stefan Hajnoczi (3):
>   gitlab: remove x64-freebsd-14-build Cirrus job
>   lcitool: remove Cirrus CI support
>   MAINTAINERS: remove stale Cirrus macOS build job path
> 
>  MAINTAINERS                         |  3 --
>  .gitlab-ci.d/cirrus/README.rst      | 54 -----------------------------
>  docs/devel/testing/main.rst         |  4 +--
>  .gitlab-ci.d/base.yml               |  4 ---
>  .gitlab-ci.d/cirrus.yml             | 46 ------------------------
>  .gitlab-ci.d/cirrus/build.yml       | 42 ----------------------
>  .gitlab-ci.d/cirrus/freebsd-14.vars | 16 ---------
>  .gitlab-ci.d/qemu-project.yml       |  1 -
>  docs/devel/testing/ci-jobs.rst.inc  |  6 ----
>  tests/lcitool/refresh               | 11 ------
>  10 files changed, 2 insertions(+), 185 deletions(-)
>  delete mode 100644 .gitlab-ci.d/cirrus/README.rst
>  delete mode 100644 .gitlab-ci.d/cirrus.yml
>  delete mode 100644 .gitlab-ci.d/cirrus/build.yml
>  delete mode 100644 .gitlab-ci.d/cirrus/freebsd-14.vars
> 
> -- 
> 2.54.0
> 

Alex and Pierrick gave their R-b, so I guess this is not going through
their trees.

Applied to the staging tree to make CI green again but without the final
MAINTAINERS patch (Markus has a patch that obsoletes mine):
https://gitlab.com/qemu-project/qemu/commits/staging

Stefan