[PATCH 0/3] ci: Remove cirrus jobs

Peter Krempa via Devel posted 3 patches 2 days, 11 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1780383368.git.pkrempa@redhat.com
ci/README.rst                 | 59 -----------------------------------
ci/cirrus/freebsd-14.vars     | 16 ----------
ci/cirrus/freebsd-15.vars     | 16 ----------
ci/cirrus/macos-14.vars       | 16 ----------
ci/gitlab/build-templates.yml | 53 -------------------------------
ci/gitlab/builds.yml          | 49 -----------------------------
ci/manifest.yml               | 11 -------
7 files changed, 220 deletions(-)
delete mode 100644 ci/cirrus/freebsd-14.vars
delete mode 100644 ci/cirrus/freebsd-15.vars
delete mode 100644 ci/cirrus/macos-14.vars
[PATCH 0/3] ci: Remove cirrus jobs
Posted by Peter Krempa via Devel 2 days, 11 hours ago
Cirrus CI ceased operation. Our jobs now fail:

https://gitlab.com/libvirt/libvirt/-/jobs/14644398990

Peter Krempa (3):
  ci: README: Delete section about 'Cirrus CI'
  ci: Drop 'Cirrus CI' job defnitions
  ci: Regenerate with 'lcitool'

 ci/README.rst                 | 59 -----------------------------------
 ci/cirrus/freebsd-14.vars     | 16 ----------
 ci/cirrus/freebsd-15.vars     | 16 ----------
 ci/cirrus/macos-14.vars       | 16 ----------
 ci/gitlab/build-templates.yml | 53 -------------------------------
 ci/gitlab/builds.yml          | 49 -----------------------------
 ci/manifest.yml               | 11 -------
 7 files changed, 220 deletions(-)
 delete mode 100644 ci/cirrus/freebsd-14.vars
 delete mode 100644 ci/cirrus/freebsd-15.vars
 delete mode 100644 ci/cirrus/macos-14.vars

-- 
2.54.0
Re: [PATCH 0/3] ci: Remove cirrus jobs
Posted by Michal Prívozník via Devel 2 days, 11 hours ago
On 6/2/26 08:57, Peter Krempa via Devel wrote:
> Cirrus CI ceased operation. Our jobs now fail:
> 
> https://gitlab.com/libvirt/libvirt/-/jobs/14644398990
> 
> Peter Krempa (3):
>   ci: README: Delete section about 'Cirrus CI'
>   ci: Drop 'Cirrus CI' job defnitions
>   ci: Regenerate with 'lcitool'
> 
>  ci/README.rst                 | 59 -----------------------------------
>  ci/cirrus/freebsd-14.vars     | 16 ----------
>  ci/cirrus/freebsd-15.vars     | 16 ----------
>  ci/cirrus/macos-14.vars       | 16 ----------
>  ci/gitlab/build-templates.yml | 53 -------------------------------
>  ci/gitlab/builds.yml          | 49 -----------------------------
>  ci/manifest.yml               | 11 -------
>  7 files changed, 220 deletions(-)
>  delete mode 100644 ci/cirrus/freebsd-14.vars
>  delete mode 100644 ci/cirrus/freebsd-15.vars
>  delete mode 100644 ci/cirrus/macos-14.vars
> 

Huh, I've just posted similar patches (before looking at the list)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
Re: [PATCH 0/3] ci: Remove cirrus jobs
Posted by Peter Krempa via Devel 2 days, 11 hours ago
On Tue, Jun 02, 2026 at 08:57:05 +0200, Peter Krempa via Devel wrote:
> Cirrus CI ceased operation. Our jobs now fail:
> 
> https://gitlab.com/libvirt/libvirt/-/jobs/14644398990

I also plan to donate some CI resources to run FreeBSD. I'm working on
setting that up as an example and will send an email about it later.