[PATCH] ci: refresh with 'lcitool manifest'

Michal Privoznik via Devel posted 1 patch 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/ddead583850bb968d196756476dcaee235c5f361.1764776564.git.mprivozn@redhat.com
There is a newer version of this series
ci/gitlab/builds.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] ci: refresh with 'lcitool manifest'
Posted by Michal Privoznik via Devel 1 week, 1 day ago
From: Michal Privoznik <mprivozn@redhat.com>

Update FreeBSD to their new minor versions.

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

Green pipeline (although it doesn't show cirrus jobs):

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/2194225996

There is also FreeBSD 15.0 which was released yesterday. But there are
some issues with its availability in cirrus [1] so I'm not updating the
majo version, for now.

1: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291354

 ci/gitlab/builds.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index a98b0d9c46..fe1468ff81 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -515,7 +515,7 @@ x86_64-freebsd-13:
   allow_failure:
     exit_codes: 3
   variables:
-    CIRRUS_VM_IMAGE_NAME: freebsd-13-4
+    CIRRUS_VM_IMAGE_NAME: freebsd-13-5
     CIRRUS_VM_IMAGE_SELECTOR: image_family
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     INSTALL_COMMAND: pkg install -y
@@ -530,7 +530,7 @@ x86_64-freebsd-14:
   allow_failure:
     exit_codes: 3
   variables:
-    CIRRUS_VM_IMAGE_NAME: freebsd-14-2
+    CIRRUS_VM_IMAGE_NAME: freebsd-14-3
     CIRRUS_VM_IMAGE_SELECTOR: image_family
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     INSTALL_COMMAND: pkg install -y
-- 
2.51.2
Re: [PATCH] ci: refresh with 'lcitool manifest'
Posted by Pavel Hrdina via Devel 1 week, 1 day ago
On Wed, Dec 03, 2025 at 04:44:26PM +0100, Michal Privoznik via Devel wrote:
> From: Michal Privoznik <mprivozn@redhat.com>
> 
> Update FreeBSD to their new minor versions.
> 
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
> 
> Green pipeline (although it doesn't show cirrus jobs):
> 
> https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/2194225996
> 
> There is also FreeBSD 15.0 which was released yesterday. But there are
> some issues with its availability in cirrus [1] so I'm not updating the
> majo version, for now.
> 
> 1: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291354
> 
>  ci/gitlab/builds.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>