From: Michal Privoznik Date: Wed, 3 Jan 2024 09:07:49 +0000 (+0100) Subject: ci: Switch from FreeBSD 12.0 to FreeBSD 14.0 X-Git-Tag: v10.0.0-rc1~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a7b3ded608e410d3bfe2ab933247bf7cca45f6e;p=thirdparty%2Flibvirt.git ci: Switch from FreeBSD 12.0 to FreeBSD 14.0 FreeBSD 12.0 is no longer supported since 14.0 is out. Change the CI manifest and refresh the rest. Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- diff --git a/ci/cirrus/freebsd-12.vars b/ci/cirrus/freebsd-14.vars similarity index 100% rename from ci/cirrus/freebsd-12.vars rename to ci/cirrus/freebsd-14.vars diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 4cb338fac9..414c663e47 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -1028,30 +1028,30 @@ mingw64-fedora-rawhide-local-env: # Native cirrus build jobs -x86_64-freebsd-12: +x86_64-freebsd-13: extends: .cirrus_build_job needs: [] allow_failure: false variables: - CIRRUS_VM_IMAGE_NAME: freebsd-12-4 + CIRRUS_VM_IMAGE_NAME: freebsd-13-2 CIRRUS_VM_IMAGE_SELECTOR: image_family CIRRUS_VM_INSTANCE_TYPE: freebsd_instance INSTALL_COMMAND: pkg install -y - NAME: freebsd-12 + NAME: freebsd-13 UPDATE_COMMAND: pkg update UPGRADE_COMMAND: pkg upgrade -y -x86_64-freebsd-13: +x86_64-freebsd-14: extends: .cirrus_build_job needs: [] allow_failure: false variables: - CIRRUS_VM_IMAGE_NAME: freebsd-13-2 + CIRRUS_VM_IMAGE_NAME: freebsd-14-0 CIRRUS_VM_IMAGE_SELECTOR: image_family CIRRUS_VM_INSTANCE_TYPE: freebsd_instance INSTALL_COMMAND: pkg install -y - NAME: freebsd-13 + NAME: freebsd-14 UPDATE_COMMAND: pkg update UPGRADE_COMMAND: pkg upgrade -y diff --git a/ci/manifest.yml b/ci/manifest.yml index afb1fa007d..a0f64df3fd 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -192,10 +192,10 @@ targets: allow-failure: true builds: false - freebsd-12: x86_64 - freebsd-13: x86_64 + freebsd-14: x86_64 + opensuse-leap-15: jobs: - arch: x86_64