[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8 |
Date: |
Mon, 15 Apr 2024 18:12:32 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Fri, Apr 12, 2024 at 03:24:06PM +0200, Thomas Huth wrote:
> RHEL 9 (and thus also the derivatives) are available since two years
> now, so according to QEMU's support policy, we can drop the active
> support for the previous major version 8 now.
> Thus upgrade our CentOS Stream container to major version 9 now.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .gitlab-ci.d/buildtest.yml | 16 ++++-----
> .gitlab-ci.d/container-core.yml | 4 +--
> .../{centos8.docker => centos9.docker} | 34 +++++++------------
> tests/lcitool/mappings.yml | 20 -----------
> tests/lcitool/refresh | 2 +-
> tests/vm/centos | 4 +--
> 6 files changed, 26 insertions(+), 54 deletions(-)
> rename tests/docker/dockerfiles/{centos8.docker => centos9.docker} (82%)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 00/13] Drop old distros, bump glib and switch to glib URI parsing code, Thomas Huth, 2024/04/12
- [PATCH v2 02/13] tests/lcitool/libvirt-ci: Update to the latest master branch, Thomas Huth, 2024/04/12
- [PATCH v2 01/13] tests: Remove Ubuntu 20.04 container, Thomas Huth, 2024/04/12
- [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update, Thomas Huth, 2024/04/12
- [PATCH v2 05/13] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/04/12
- [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8, Thomas Huth, 2024/04/12
- [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9, Thomas Huth, 2024/04/12
- [PATCH v2 07/13] Bump minimum glib version to v2.66, Thomas Huth, 2024/04/12
- [PATCH v2 08/13] Remove glib compatibility code that is not required anymore, Thomas Huth, 2024/04/12
- [PATCH v2 10/13] block/nbd: Use URI parsing code from glib, Thomas Huth, 2024/04/12