tests/lcitool: Delete obsolete centos-stream-8.yml fileWe've missed to delete this file when removing support for CentOS 8.Since the current upstream version of the lcitool removed supportfor Cen
tests/lcitool: Delete obsolete centos-stream-8.yml fileWe've missed to delete this file when removing support for CentOS 8.Since the current upstream version of the lcitool removed supportfor CentOS 8 now, too, we have to remove the file before updating.Signed-off-by: Thomas Huth <thuth@redhat.com>Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>Message-Id: <20240601070543.37786-2-thuth@redhat.com>Signed-off-by: Alex Bennée <alex.bennee@linaro.org>Message-Id: <20240603175328.3823123-8-alex.bennee@linaro.org>
show more ...
lcitool: bump libvirt-ci submodule and regenerateThis brings in a newer version of the pipewire mapping, so rename it.Python 3.9 and 3.10 do not seem to work in OpenSUSE LEAP 15.5 (weird,because
lcitool: bump libvirt-ci submodule and regenerateThis brings in a newer version of the pipewire mapping, so rename it.Python 3.9 and 3.10 do not seem to work in OpenSUSE LEAP 15.5 (weird,because 3.9 persisted from 15.3 to 15.4) so bump the Python runtimeversion to 3.11.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests: lcitool: Switch to OpenSUSE Leap 15.4Since OpenSUSE Leap 15 counts as a single major release of an LTS distribution,lcitool has changed the target name to remove the minor version. Adjust
tests: lcitool: Switch to OpenSUSE Leap 15.4Since OpenSUSE Leap 15 counts as a single major release of an LTS distribution,lcitool has changed the target name to remove the minor version. Adjust themappings and refresh script.This also updates the dockerfile to 15.4, since the 15.3 version is EOL now:https://get.opensuse.org/leap/15.3Signed-off-by: Peter Krempa <pkrempa@redhat.com>Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>Message-Id: <a408b7f241ac59e5944db6ae2360a792305c36e0.1681735482.git.pkrempa@redhat.com>[Adjust for target name change and reword commit message. - Paolo]Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
ci, docker: update CentOS and OpenSUSE Python to non-EOL versionsPython 3.6 is at end-of-life. Update the libvirt-ci module to aversion that supports overrides for targets and package mappings;t
ci, docker: update CentOS and OpenSUSE Python to non-EOL versionsPython 3.6 is at end-of-life. Update the libvirt-ci module to aversion that supports overrides for targets and package mappings;this way, QEMU can use the newer versions provided by CentOS 8 (Python3.8) and OpenSUSE 15.3 (Python 3.9).Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>