From nobody Sun Feb 8 22:07:37 2026 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1715092475070987.7614999540737; Tue, 7 May 2024 07:34:35 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id BBD1720ED; Tue, 7 May 2024 10:34:33 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id A78641EFC; Tue, 7 May 2024 10:29:00 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 3D31918D6; Tue, 7 May 2024 10:28:41 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id CCB5116D2 for ; Tue, 7 May 2024 10:28:39 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-458-tWVicWwbNLiuysuIZOOgiA-1; Tue, 07 May 2024 10:28:38 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A75831011A00 for ; Tue, 7 May 2024 14:28:37 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id 532653C27 for ; Tue, 7 May 2024 14:28:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: tWVicWwbNLiuysuIZOOgiA-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH v2 06/10] ci: Switch from AlmaLinux 8 to AlmaLinux 9 Date: Tue, 7 May 2024 16:28:28 +0200 Message-ID: <6faefc30a5bfd28ce45bab295770b71950e19013.1715091914.git.mprivozn@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: JRXLJFFPXLVECDVUTSXTUPGUCWIQL2W7 X-Message-ID-Hash: JRXLJFFPXLVECDVUTSXTUPGUCWIQL2W7 X-MailFrom: mprivozn@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1715092476527100001 By the time of release, it's going to be more than two years since AlmaLinux 9 was released and per our support policy, AlmaLinux 8 (the previous major release) will be not supported. Switch from AlmaLinux 8 to AlmaLinux 9. This also means the website_job which depends on AlmaLinux 8 needs to be moved to newer AlmaLinux. Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrang=C3=A9 --- .gitlab-ci.yml | 6 +++--- ci/buildenv/{almalinux-8.sh =3D> almalinux-9.sh} | 8 +++----- ...linux-8.Dockerfile =3D> almalinux-9.Dockerfile} | 10 ++++------ ci/gitlab/builds.yml | 16 ++++++++-------- ci/gitlab/containers.yml | 4 ++-- ci/manifest.yml | 2 +- 6 files changed, 21 insertions(+), 25 deletions(-) rename ci/buildenv/{almalinux-8.sh =3D> almalinux-9.sh} (93%) rename ci/containers/{almalinux-8.Dockerfile =3D> almalinux-9.Dockerfile} = (91%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b879b88f74..81ac2ecddd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ include: website_job: extends: .gitlab_native_build_job needs: - - job: x86_64-almalinux-8-container + - job: x86_64-almalinux-9-container optional: true script: - source ci/jobs.sh @@ -83,8 +83,8 @@ website_job: paths: - website variables: - NAME: almalinux-8 - TARGET_BASE_IMAGE: docker.io/library/almalinux:8 + NAME: almalinux-9 + TARGET_BASE_IMAGE: docker.io/library/almalinux:9 =20 # On push to master publish the website from 'website_job' via gitlab pages pages: diff --git a/ci/buildenv/almalinux-8.sh b/ci/buildenv/almalinux-9.sh similarity index 93% rename from ci/buildenv/almalinux-8.sh rename to ci/buildenv/almalinux-9.sh index a962576414..f0826e1313 100644 --- a/ci/buildenv/almalinux-8.sh +++ b/ci/buildenv/almalinux-9.sh @@ -7,8 +7,7 @@ function install_buildenv() { dnf update -y dnf install 'dnf-command(config-manager)' -y - dnf config-manager --set-enabled -y powertools - dnf install -y centos-release-advanced-virtualization + dnf config-manager --set-enabled -y crb dnf install -y epel-release dnf install -y \ audit-libs-devel \ @@ -17,6 +16,7 @@ function install_buildenv() { ca-certificates \ ccache \ clang \ + clang-devel \ cpp \ cyrus-sasl-devel \ device-mapper-devel \ @@ -31,7 +31,6 @@ function install_buildenv() { glib2-devel \ glibc-devel \ glibc-langpack-en \ - glusterfs-api-devel \ gnutls-devel \ grep \ iproute \ @@ -61,13 +60,12 @@ function install_buildenv() { lvm2 \ make \ meson \ - netcf-devel \ nfs-utils \ ninja-build \ numactl-devel \ numad \ parted-devel \ - perl \ + perl-base \ pkgconfig \ polkit \ python3 \ diff --git a/ci/containers/almalinux-8.Dockerfile b/ci/containers/almalinux= -9.Dockerfile similarity index 91% rename from ci/containers/almalinux-8.Dockerfile rename to ci/containers/almalinux-9.Dockerfile index af8a7b24d4..68608b12a9 100644 --- a/ci/containers/almalinux-8.Dockerfile +++ b/ci/containers/almalinux-9.Dockerfile @@ -4,12 +4,11 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM docker.io/library/almalinux:8 +FROM docker.io/library/almalinux:9 =20 RUN dnf update -y && \ dnf install 'dnf-command(config-manager)' -y && \ - dnf config-manager --set-enabled -y powertools && \ - dnf install -y centos-release-advanced-virtualization && \ + dnf config-manager --set-enabled -y crb && \ dnf install -y epel-release && \ dnf install -y \ audit-libs-devel \ @@ -18,6 +17,7 @@ RUN dnf update -y && \ ca-certificates \ ccache \ clang \ + clang-devel \ cpp \ cyrus-sasl-devel \ device-mapper-devel \ @@ -32,7 +32,6 @@ RUN dnf update -y && \ glib2-devel \ glibc-devel \ glibc-langpack-en \ - glusterfs-api-devel \ gnutls-devel \ grep \ iproute \ @@ -62,13 +61,12 @@ RUN dnf update -y && \ lvm2 \ make \ meson \ - netcf-devel \ nfs-utils \ ninja-build \ numactl-devel \ numad \ parted-devel \ - perl \ + perl-base \ pkgconfig \ polkit \ python3 \ diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 1629e02525..6ed5c578dd 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -7,30 +7,30 @@ =20 # Native build jobs =20 -x86_64-almalinux-8: +x86_64-almalinux-9: extends: .native_build_job needs: - - job: x86_64-almalinux-8-container + - job: x86_64-almalinux-9-container optional: true allow_failure: false variables: JOB_OPTIONAL: 1 - NAME: almalinux-8 + NAME: almalinux-9 RPM: skip - TARGET_BASE_IMAGE: docker.io/library/almalinux:8 + TARGET_BASE_IMAGE: docker.io/library/almalinux:9 =20 =20 -x86_64-almalinux-8-clang: +x86_64-almalinux-9-clang: extends: .native_build_job needs: - - job: x86_64-almalinux-8-container + - job: x86_64-almalinux-9-container optional: true allow_failure: false variables: CC: clang - NAME: almalinux-8 + NAME: almalinux-9 RPM: skip - TARGET_BASE_IMAGE: docker.io/library/almalinux:8 + TARGET_BASE_IMAGE: docker.io/library/almalinux:9 =20 =20 x86_64-alpine-319: diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml index b7ae60b10a..c1e7a0a67e 100644 --- a/ci/gitlab/containers.yml +++ b/ci/gitlab/containers.yml @@ -7,11 +7,11 @@ =20 # Native container jobs =20 -x86_64-almalinux-8-container: +x86_64-almalinux-9-container: extends: .container_job allow_failure: false variables: - NAME: almalinux-8 + NAME: almalinux-9 =20 =20 x86_64-alpine-319-container: diff --git a/ci/manifest.yml b/ci/manifest.yml index 84d31866fc..ab1a2cff30 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -6,7 +6,7 @@ gitlab: project: libvirt =20 targets: - almalinux-8: + almalinux-9: jobs: - arch: x86_64 builds: false --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org