From: Thomas Huth Date: Tue, 11 Feb 2025 11:47:18 +0000 (+0100) Subject: gitlab-ci.d/cirrus: Update the FreeBSD job to v14.2 X-Git-Tag: v9.2.2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe21d932f281d4e80fd56bb0749ef9cd95b03c8e;p=thirdparty%2Fqemu.git gitlab-ci.d/cirrus: Update the FreeBSD job to v14.2 The FreeBSD job started to fail since the 14-1 image disappeared from the cloud. Update the job to v14.2 to fix it. Message-ID: <20250211120817.35050-1-thuth@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Thomas Huth (cherry picked from commit 66a1b4991c32e370a4e0ddabf496aa1563aff286) Signed-off-by: Michael Tokarev --- diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml index a9e43e21d0e..c43380ea3d8 100644 --- a/.gitlab-ci.d/cirrus.yml +++ b/.gitlab-ci.d/cirrus.yml @@ -52,7 +52,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-1 + CIRRUS_VM_IMAGE_NAME: freebsd-14-2 CIRRUS_VM_CPUS: 8 CIRRUS_VM_RAM: 8G UPDATE_COMMAND: pkg update; pkg upgrade -y