diff options
author | Thomas Huth <thuth@redhat.com> | 2025-02-11 12:47:18 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2025-02-11 13:27:07 +0100 |
commit | 66a1b4991c32e370a4e0ddabf496aa1563aff286 (patch) | |
tree | 89905ca408037689ee3576974826136a2bbf28ea | |
parent | b56e07ac1e11a8cfdce521e7e0301f7dcb90af2b (diff) | |
download | qemu-66a1b4991c32e370a4e0ddabf496aa1563aff286.zip qemu-66a1b4991c32e370a4e0ddabf496aa1563aff286.tar.gz qemu-66a1b4991c32e370a4e0ddabf496aa1563aff286.tar.bz2 |
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é <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | .gitlab-ci.d/cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml index 16411f3d2..75b6114 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-1 + CIRRUS_VM_IMAGE_NAME: freebsd-14-2 CIRRUS_VM_CPUS: 8 CIRRUS_VM_RAM: 8G UPDATE_COMMAND: pkg update; pkg upgrade -y |