[PATCH 0/2] ci : drop CentOS 8 Stream

Daniel P. Berrangé posted 2 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240425134651.2200380-1-berrange@redhat.com
ci/buildenv/alpine-319.sh                |   2 +-
ci/buildenv/alpine-edge.sh               |   2 +-
ci/buildenv/centos-stream-8.sh           | 104 -------------
ci/buildenv/centos-stream-9.sh           |   1 +
ci/cirrus/build.yml                      |   2 +-
ci/containers/alpine-319.Dockerfile      |   2 +-
ci/containers/alpine-edge.Dockerfile     |   2 +-
ci/containers/centos-stream-8.Dockerfile | 107 -------------
ci/containers/centos-stream-9.Dockerfile |   1 +
ci/gitlab/build-templates.yml            | 184 ++++++++++-------------
ci/gitlab/builds.yml                     |  15 --
ci/gitlab/containers.yml                 |   7 -
ci/integration.yml                       |  24 ---
ci/manifest.yml                          |   8 -
14 files changed, 90 insertions(+), 371 deletions(-)
delete mode 100644 ci/buildenv/centos-stream-8.sh
delete mode 100644 ci/containers/centos-stream-8.Dockerfile
[PATCH 0/2] ci : drop CentOS 8 Stream
Posted by Daniel P. Berrangé 1 week, 2 days ago
CentOS 8 Stream goes EOL at the end of May, and unlike most other
distros, it will actively break the ability to install and update
it, as package repos are all archived. We thus have to stop using
it in CI, but fortunately Alma Linux 8 continues to give us enough
ongoing coverage.

The exception is the integration tests. To keep those working would
require the custom runner to be reinstalled with Alma Linux, which
I don't have access to do.

Daniel P. Berrangé (2):
  ci: refresh with latest lcitool manifest
  ci: drop CentOS 8 Stream and refresh

 ci/buildenv/alpine-319.sh                |   2 +-
 ci/buildenv/alpine-edge.sh               |   2 +-
 ci/buildenv/centos-stream-8.sh           | 104 -------------
 ci/buildenv/centos-stream-9.sh           |   1 +
 ci/cirrus/build.yml                      |   2 +-
 ci/containers/alpine-319.Dockerfile      |   2 +-
 ci/containers/alpine-edge.Dockerfile     |   2 +-
 ci/containers/centos-stream-8.Dockerfile | 107 -------------
 ci/containers/centos-stream-9.Dockerfile |   1 +
 ci/gitlab/build-templates.yml            | 184 ++++++++++-------------
 ci/gitlab/builds.yml                     |  15 --
 ci/gitlab/containers.yml                 |   7 -
 ci/integration.yml                       |  24 ---
 ci/manifest.yml                          |   8 -
 14 files changed, 90 insertions(+), 371 deletions(-)
 delete mode 100644 ci/buildenv/centos-stream-8.sh
 delete mode 100644 ci/containers/centos-stream-8.Dockerfile

-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/2] ci : drop CentOS 8 Stream
Posted by Michal Prívozník 1 week, 2 days ago
On 4/25/24 15:46, Daniel P. Berrangé wrote:
> CentOS 8 Stream goes EOL at the end of May, and unlike most other
> distros, it will actively break the ability to install and update
> it, as package repos are all archived. We thus have to stop using
> it in CI, but fortunately Alma Linux 8 continues to give us enough
> ongoing coverage.
> 
> The exception is the integration tests. To keep those working would
> require the custom runner to be reinstalled with Alma Linux, which
> I don't have access to do.
> 
> Daniel P. Berrangé (2):
>   ci: refresh with latest lcitool manifest
>   ci: drop CentOS 8 Stream and refresh
> 
>  ci/buildenv/alpine-319.sh                |   2 +-
>  ci/buildenv/alpine-edge.sh               |   2 +-
>  ci/buildenv/centos-stream-8.sh           | 104 -------------
>  ci/buildenv/centos-stream-9.sh           |   1 +
>  ci/cirrus/build.yml                      |   2 +-
>  ci/containers/alpine-319.Dockerfile      |   2 +-
>  ci/containers/alpine-edge.Dockerfile     |   2 +-
>  ci/containers/centos-stream-8.Dockerfile | 107 -------------
>  ci/containers/centos-stream-9.Dockerfile |   1 +
>  ci/gitlab/build-templates.yml            | 184 ++++++++++-------------
>  ci/gitlab/builds.yml                     |  15 --
>  ci/gitlab/containers.yml                 |   7 -
>  ci/integration.yml                       |  24 ---
>  ci/manifest.yml                          |   8 -
>  14 files changed, 90 insertions(+), 371 deletions(-)
>  delete mode 100644 ci/buildenv/centos-stream-8.sh
>  delete mode 100644 ci/containers/centos-stream-8.Dockerfile
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/2] ci : drop CentOS 8 Stream
Posted by Daniel P. Berrangé 1 week, 2 days ago
On Thu, Apr 25, 2024 at 03:55:54PM +0200, Michal Prívozník wrote:
> On 4/25/24 15:46, Daniel P. Berrangé wrote:
> > CentOS 8 Stream goes EOL at the end of May, and unlike most other
> > distros, it will actively break the ability to install and update
> > it, as package repos are all archived. We thus have to stop using
> > it in CI, but fortunately Alma Linux 8 continues to give us enough
> > ongoing coverage.
> > 
> > The exception is the integration tests. To keep those working would
> > require the custom runner to be reinstalled with Alma Linux, which
> > I don't have access to do.
> > 
> > Daniel P. Berrangé (2):
> >   ci: refresh with latest lcitool manifest
> >   ci: drop CentOS 8 Stream and refresh
> > 
> >  ci/buildenv/alpine-319.sh                |   2 +-
> >  ci/buildenv/alpine-edge.sh               |   2 +-
> >  ci/buildenv/centos-stream-8.sh           | 104 -------------
> >  ci/buildenv/centos-stream-9.sh           |   1 +
> >  ci/cirrus/build.yml                      |   2 +-
> >  ci/containers/alpine-319.Dockerfile      |   2 +-
> >  ci/containers/alpine-edge.Dockerfile     |   2 +-
> >  ci/containers/centos-stream-8.Dockerfile | 107 -------------
> >  ci/containers/centos-stream-9.Dockerfile |   1 +
> >  ci/gitlab/build-templates.yml            | 184 ++++++++++-------------
> >  ci/gitlab/builds.yml                     |  15 --
> >  ci/gitlab/containers.yml                 |   7 -
> >  ci/integration.yml                       |  24 ---
> >  ci/manifest.yml                          |   8 -
> >  14 files changed, 90 insertions(+), 371 deletions(-)
> >  delete mode 100644 ci/buildenv/centos-stream-8.sh
> >  delete mode 100644 ci/containers/centos-stream-8.Dockerfile
> > 
> 
> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

BTW, I'lll hold this until after the release.

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 :|
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org