* [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3
@ 2025-12-04 20:50 Michael Tokarev
2025-12-04 23:41 ` Alex Bennée
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Michael Tokarev @ 2025-12-04 20:50 UTC (permalink / raw)
To: qemu-devel
Cc: Michael Tokarev, Alex Bennée, Philippe Mathieu-Daudé,
Thomas Huth, qemu-stable
The FreeBSD 14.2 job fails since the image disappeared
from the cloud. We already bumped FreeBSD image to 14.3
in tests/vm in c8958b7eb4 (part of v10.1.0).
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
.gitlab-ci.d/cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 75b611418e..a8faaf8d08 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -37,7 +37,7 @@ x64-freebsd-14-build:
NAME: freebsd-14
CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
CIRRUS_VM_IMAGE_SELECTOR: image_family
- CIRRUS_VM_IMAGE_NAME: freebsd-14-2
+ CIRRUS_VM_IMAGE_NAME: freebsd-14-3
CIRRUS_VM_CPUS: 8
CIRRUS_VM_RAM: 8G
UPDATE_COMMAND: pkg update; pkg upgrade -y
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3
2025-12-04 20:50 [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3 Michael Tokarev
@ 2025-12-04 23:41 ` Alex Bennée
2025-12-05 6:12 ` Thomas Huth
2025-12-05 15:19 ` Alex Bennée
2 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2025-12-04 23:41 UTC (permalink / raw)
To: Michael Tokarev
Cc: qemu-devel, Philippe Mathieu-Daudé, Thomas Huth, qemu-stable
Michael Tokarev <mjt@tls.msk.ru> writes:
> The FreeBSD 14.2 job fails since the image disappeared
> from the cloud. We already bumped FreeBSD image to 14.3
> in tests/vm in c8958b7eb4 (part of v10.1.0).
>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> .gitlab-ci.d/cirrus.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
> index 75b611418e..a8faaf8d08 100644
> --- a/.gitlab-ci.d/cirrus.yml
> +++ b/.gitlab-ci.d/cirrus.yml
> @@ -37,7 +37,7 @@ x64-freebsd-14-build:
> NAME: freebsd-14
> CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
> CIRRUS_VM_IMAGE_SELECTOR: image_family
> - CIRRUS_VM_IMAGE_NAME: freebsd-14-2
> + CIRRUS_VM_IMAGE_NAME: freebsd-14-3
> CIRRUS_VM_CPUS: 8
> CIRRUS_VM_RAM: 8G
> UPDATE_COMMAND: pkg update; pkg upgrade -y
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3
2025-12-04 20:50 [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3 Michael Tokarev
2025-12-04 23:41 ` Alex Bennée
@ 2025-12-05 6:12 ` Thomas Huth
2025-12-05 15:19 ` Alex Bennée
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2025-12-05 6:12 UTC (permalink / raw)
To: Michael Tokarev, qemu-devel
Cc: Alex Bennée, Philippe Mathieu-Daudé, qemu-stable,
John Snow
On 04/12/2025 21.50, Michael Tokarev wrote:
> The FreeBSD 14.2 job fails since the image disappeared
> from the cloud. We already bumped FreeBSD image to 14.3
> in tests/vm in c8958b7eb4 (part of v10.1.0).
>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> .gitlab-ci.d/cirrus.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
> index 75b611418e..a8faaf8d08 100644
> --- a/.gitlab-ci.d/cirrus.yml
> +++ b/.gitlab-ci.d/cirrus.yml
> @@ -37,7 +37,7 @@ x64-freebsd-14-build:
> NAME: freebsd-14
> CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
> CIRRUS_VM_IMAGE_SELECTOR: image_family
> - CIRRUS_VM_IMAGE_NAME: freebsd-14-2
> + CIRRUS_VM_IMAGE_NAME: freebsd-14-3
> CIRRUS_VM_CPUS: 8
> CIRRUS_VM_RAM: 8G
> UPDATE_COMMAND: pkg update; pkg upgrade -y
Reviewed-by: Thomas Huth <thuth@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3
2025-12-04 20:50 [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3 Michael Tokarev
2025-12-04 23:41 ` Alex Bennée
2025-12-05 6:12 ` Thomas Huth
@ 2025-12-05 15:19 ` Alex Bennée
2 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2025-12-05 15:19 UTC (permalink / raw)
To: Michael Tokarev
Cc: qemu-devel, Philippe Mathieu-Daudé, Thomas Huth, qemu-stable
Michael Tokarev <mjt@tls.msk.ru> writes:
> The FreeBSD 14.2 job fails since the image disappeared
> from the cloud. We already bumped FreeBSD image to 14.3
> in tests/vm in c8958b7eb4 (part of v10.1.0).
>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Queued to pr/051225-10.2-final-fixes-1, thanks.
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-05 15:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04 20:50 [PATCH for 10.2?] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3 Michael Tokarev
2025-12-04 23:41 ` Alex Bennée
2025-12-05 6:12 ` Thomas Huth
2025-12-05 15:19 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).