All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/vm: update to FreeBSD 14.4 image
@ 2026-07-10 10:58 Daniel P. Berrangé
  2026-07-10 19:24 ` Pierrick Bouvier
  2026-07-10 19:28 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2026-07-10 10:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Warner Losh, Alex Bennée, Pierrick Bouvier,
	Daniel P. Berrangé, Kyle Evans, Li-Wen Hsu

This avoids an interactive prompt that halts execution when
attempting to run the FreeBSD tests due to outdated 14.3
base image:

  `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
  Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
  Installing pkg-2.6.2_1...
  Newer FreeBSD version for package pkg:
  To ignore this error set IGNORE_OSVERSION=yes
  - package: 1404000
  - running userland: 1403000
  Ignore the mismatch and continue? [y/N]:

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 tests/vm/freebsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index ea09b21fbc..bfb1a85af3 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -28,8 +28,8 @@ class FreeBSDVM(basevm.BaseVM):
     name = "freebsd"
     arch = "x86_64"
 
-    link = "https://download.freebsd.org/releases/CI-IMAGES/14.3-RELEASE/amd64/Latest/FreeBSD-14.3-RELEASE-amd64-BASIC-CI.raw.xz"
-    csum = "ec0f5a4bbe63aa50a725d9fee0f1931f850e9a21cbebdadb991df00f168d6805"
+    link = "https://download.freebsd.org/releases/CI-IMAGES/14.4-RELEASE/amd64/Latest/FreeBSD-14.4-RELEASE-amd64-BASIC-CI.raw.xz"
+    csum = "627937af554eb6522891875ddc8cf5b86b40e9a12143c1b951f830b3f691de49"
     size = "20G"
 
     BUILD_SCRIPT = """
-- 
2.55.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/vm: update to FreeBSD 14.4 image
  2026-07-10 10:58 [PATCH] tests/vm: update to FreeBSD 14.4 image Daniel P. Berrangé
@ 2026-07-10 19:24 ` Pierrick Bouvier
  2026-07-10 19:28 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Pierrick Bouvier @ 2026-07-10 19:24 UTC (permalink / raw)
  To: Daniel P. Berrangé, qemu-devel
  Cc: Warner Losh, Alex Bennée, Kyle Evans, Li-Wen Hsu

On 7/10/2026 3:58 AM, Daniel P. Berrangé wrote:
> This avoids an interactive prompt that halts execution when
> attempting to run the FreeBSD tests due to outdated 14.3
> base image:
> 
>   `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
>   Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
>   Installing pkg-2.6.2_1...
>   Newer FreeBSD version for package pkg:
>   To ignore this error set IGNORE_OSVERSION=yes
>   - package: 1404000
>   - running userland: 1403000
>   Ignore the mismatch and continue? [y/N]:
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  tests/vm/freebsd | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/vm: update to FreeBSD 14.4 image
  2026-07-10 10:58 [PATCH] tests/vm: update to FreeBSD 14.4 image Daniel P. Berrangé
  2026-07-10 19:24 ` Pierrick Bouvier
@ 2026-07-10 19:28 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-07-10 19:28 UTC (permalink / raw)
  To: Daniel P. Berrangé, qemu-devel
  Cc: Warner Losh, Alex Bennée, Pierrick Bouvier, Kyle Evans,
	Li-Wen Hsu

On 10/7/26 12:58, Daniel P. Berrangé wrote:
> This avoids an interactive prompt that halts execution when
> attempting to run the FreeBSD tests due to outdated 14.3
> base image:
> 
>    `Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
>    Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
>    Installing pkg-2.6.2_1...
>    Newer FreeBSD version for package pkg:
>    To ignore this error set IGNORE_OSVERSION=yes
>    - package: 1404000
>    - running userland: 1403000
>    Ignore the mismatch and continue? [y/N]:
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   tests/vm/freebsd | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-10 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 10:58 [PATCH] tests/vm: update to FreeBSD 14.4 image Daniel P. Berrangé
2026-07-10 19:24 ` Pierrick Bouvier
2026-07-10 19:28 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.