]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: Switch from FreeBSD 12.0 to FreeBSD 14.0
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jan 2024 09:07:49 +0000 (10:07 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Jan 2024 09:53:13 +0000 (10:53 +0100)
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 <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/cirrus/freebsd-12.vars [deleted file]
ci/cirrus/freebsd-14.vars [new file with mode: 0644]
ci/gitlab/builds.yml
ci/manifest.yml

diff --git a/ci/cirrus/freebsd-12.vars b/ci/cirrus/freebsd-12.vars
deleted file mode 100644 (file)
index 278b583..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# THIS FILE WAS AUTO-GENERATED
-#
-#  $ lcitool manifest ci/manifest.yml
-#
-# https://gitlab.com/libvirt/libvirt-ci
-
-CCACHE='/usr/local/bin/ccache'
-CPAN_PKGS=''
-CROSS_PKGS=''
-MAKE='/usr/local/bin/gmake'
-NINJA='/usr/local/bin/ninja'
-PACKAGING_COMMAND='pkg'
-PIP3='/usr/local/bin/pip-3.8'
-PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-black py39-docutils py39-flake8 py39-pytest python3 qemu readline yajl'
-PYPI_PKGS=''
-PYTHON='/usr/local/bin/python3'
diff --git a/ci/cirrus/freebsd-14.vars b/ci/cirrus/freebsd-14.vars
new file mode 100644 (file)
index 0000000..278b583
--- /dev/null
@@ -0,0 +1,16 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+#  $ lcitool manifest ci/manifest.yml
+#
+# https://gitlab.com/libvirt/libvirt-ci
+
+CCACHE='/usr/local/bin/ccache'
+CPAN_PKGS=''
+CROSS_PKGS=''
+MAKE='/usr/local/bin/gmake'
+NINJA='/usr/local/bin/ninja'
+PACKAGING_COMMAND='pkg'
+PIP3='/usr/local/bin/pip-3.8'
+PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-black py39-docutils py39-flake8 py39-pytest python3 qemu readline yajl'
+PYPI_PKGS=''
+PYTHON='/usr/local/bin/python3'
index 4cb338fac9bf45b97bcec08c56f8a148c444ba67..414c663e470a911a82120d7c1f6edac41c8faaaf 100644 (file)
@@ -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
 
index afb1fa007dcc1eb7ec2b90f0c54d842c379bc3db..a0f64df3fdac4310faf0a103efac07d47bf044e6 100644 (file)
@@ -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