OSDN Git Service

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)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Feb 2023 10:01:30 +0000 (11:01 +0100)
commit32c0613113f0f5ab1eea05a05d6e52096e9bd11e
treec0113ca1636ea34e18b447a242889087367c06c4
parentfa1ce1dda9206d11684427ad3ef0a9b51225d387
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>
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]