]> git.ipfire.org Git - thirdparty/qemu.git/commit
ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 16:20:44 +0000 (18:20 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 30 Jun 2024 15:11:05 +0000 (18:11 +0300)
commitc57fe3ac6681ba531cd9cf6d82de57a8041a52fc
treedb079612638da9d5579a913e4cf6c7aaa09ba393
parente4213c3dcb36d526729d5a7f99ae1aadb48feb1f
ci, docker: update CentOS and OpenSUSE Python to non-EOL versions

Python 3.6 is at end-of-life.  Update the libvirt-ci module to a
version that supports overrides for targets and package mappings;
this way, QEMU can use the newer versions provided by CentOS 8 (Python
3.8) and OpenSUSE 15.3 (Python 3.9).

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit d639cf79783a1eba349b7705e0fb270fa76118a4)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
docs/devel/testing.rst
tests/docker/dockerfiles/centos8.docker
tests/docker/dockerfiles/opensuse-leap.docker
tests/docker/dockerfiles/ubuntu2004.docker
tests/lcitool/mappings.yml [new file with mode: 0644]
tests/lcitool/targets/centos-stream-8.yml [new file with mode: 0644]
tests/lcitool/targets/opensuse-leap-153.yml [new file with mode: 0644]