[PATCH] cirrus-ci: introduce FreeBSD 15.0-RELEASE as "current" version

Roger Pau Monne posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260107173509.56155-1-roger.pau@citrix.com
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] cirrus-ci: introduce FreeBSD 15.0-RELEASE as "current" version
Posted by Roger Pau Monne 1 month ago
Switch the current version to 15.0-RELEASE.  Sadly the 16 snapshot images
are not working, hence use the FREEBSD_CURRENT variable as a placeholder
for 15.0 until the issues with FreeBSD 16.0 snapshot images is solved.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 0de1012d8c60..7bbb4f1c5c6c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@ freebsd_versions: &FREEBSD_VERSIONS
   env:
     FREEBSD_LEGACY:     freebsd-13-5
     FREEBSD_PRODUCTION: freebsd-14-3
-    FREEBSD_CURRENT:    freebsd-15-0-snap
+    FREEBSD_CURRENT:    freebsd-15-0-amd64-ufs
 
 # Build jobs
 
-- 
2.51.0


Re: [PATCH] cirrus-ci: introduce FreeBSD 15.0-RELEASE as "current" version
Posted by Andrew Cooper 1 month ago
On 07/01/2026 5:35 pm, Roger Pau Monne wrote:
> Switch the current version to 15.0-RELEASE.  Sadly the 16 snapshot images
> are not working, hence use the FREEBSD_CURRENT variable as a placeholder
> for 15.0 until the issues with FreeBSD 16.0 snapshot images is solved.
>
> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

Re: [PATCH] cirrus-ci: introduce FreeBSD 15.0-RELEASE as "current" version
Posted by Stefano Stabellini 1 month ago
On Wed, 7 Jan 2026, Andrew Cooper wrote:
> On 07/01/2026 5:35 pm, Roger Pau Monne wrote:
> > Switch the current version to 15.0-RELEASE.  Sadly the 16 snapshot images
> > are not working, hence use the FREEBSD_CURRENT variable as a placeholder
> > for 15.0 until the issues with FreeBSD 16.0 snapshot images is solved.
> >
> > Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> 
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>