From nobody Mon Feb 9 05:01:14 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 1715093090807340.38190348580815; Tue, 7 May 2024 07:44:50 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 8A8DF18AC; Tue, 7 May 2024 10:44:49 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 425EB1F19; Tue, 7 May 2024 10:29:10 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 8B0031ED7; Tue, 7 May 2024 10:28:48 -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 2F5C816D5 for ; Tue, 7 May 2024 10:28:40 -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-594-h__oQ1lEMI2ULW-J4SxjNA-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 3B628185A78E for ; Tue, 7 May 2024 14:28:38 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id DB3E33C30 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.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: h__oQ1lEMI2ULW-J4SxjNA-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH v2 07/10] ci: Switch from Fedora 38 to Fedora 40 Date: Tue, 7 May 2024 16:28:29 +0200 Message-ID: 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: TES7FHOVBI45234KA2CHMXJFP4UXOFRF X-Message-ID-Hash: TES7FHOVBI45234KA2CHMXJFP4UXOFRF 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: 1715093091609100001 Since Fedora 40 was released recently, Fedora 38 is now unsupported. Drop Fedora 38 and introduce Fedora 40 to our CI. Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrang=C3=A9 --- ...-mingw32.sh =3D> fedora-40-cross-mingw32.sh} | 0 ...-mingw64.sh =3D> fedora-40-cross-mingw64.sh} | 0 ci/buildenv/{fedora-38.sh =3D> fedora-40.sh} | 0 ...ile =3D> fedora-40-cross-mingw32.Dockerfile} | 2 +- ...ile =3D> fedora-40-cross-mingw64.Dockerfile} | 2 +- ...ora-38.Dockerfile =3D> fedora-40.Dockerfile} | 2 +- ci/gitlab/builds.yml | 46 +++++++++---------- ci/gitlab/containers.yml | 22 ++++----- ci/integration.yml | 24 ---------- ci/manifest.yml | 26 +++++------ 10 files changed, 50 insertions(+), 74 deletions(-) rename ci/buildenv/{fedora-38-cross-mingw32.sh =3D> fedora-40-cross-mingw3= 2.sh} (100%) rename ci/buildenv/{fedora-38-cross-mingw64.sh =3D> fedora-40-cross-mingw6= 4.sh} (100%) rename ci/buildenv/{fedora-38.sh =3D> fedora-40.sh} (100%) rename ci/containers/{fedora-38-cross-mingw32.Dockerfile =3D> fedora-40-cr= oss-mingw32.Dockerfile} (98%) rename ci/containers/{fedora-38-cross-mingw64.Dockerfile =3D> fedora-40-cr= oss-mingw64.Dockerfile} (98%) rename ci/containers/{fedora-38.Dockerfile =3D> fedora-40.Dockerfile} (98%) diff --git a/ci/buildenv/fedora-38-cross-mingw32.sh b/ci/buildenv/fedora-40= -cross-mingw32.sh similarity index 100% rename from ci/buildenv/fedora-38-cross-mingw32.sh rename to ci/buildenv/fedora-40-cross-mingw32.sh diff --git a/ci/buildenv/fedora-38-cross-mingw64.sh b/ci/buildenv/fedora-40= -cross-mingw64.sh similarity index 100% rename from ci/buildenv/fedora-38-cross-mingw64.sh rename to ci/buildenv/fedora-40-cross-mingw64.sh diff --git a/ci/buildenv/fedora-38.sh b/ci/buildenv/fedora-40.sh similarity index 100% rename from ci/buildenv/fedora-38.sh rename to ci/buildenv/fedora-40.sh diff --git a/ci/containers/fedora-38-cross-mingw32.Dockerfile b/ci/containe= rs/fedora-40-cross-mingw32.Dockerfile similarity index 98% rename from ci/containers/fedora-38-cross-mingw32.Dockerfile rename to ci/containers/fedora-40-cross-mingw32.Dockerfile index 54eb714505..9721481171 100644 --- a/ci/containers/fedora-38-cross-mingw32.Dockerfile +++ b/ci/containers/fedora-40-cross-mingw32.Dockerfile @@ -4,7 +4,7 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM registry.fedoraproject.org/fedora:38 +FROM registry.fedoraproject.org/fedora:40 =20 RUN dnf install -y nosync && \ printf '#!/bin/sh\n\ diff --git a/ci/containers/fedora-38-cross-mingw64.Dockerfile b/ci/containe= rs/fedora-40-cross-mingw64.Dockerfile similarity index 98% rename from ci/containers/fedora-38-cross-mingw64.Dockerfile rename to ci/containers/fedora-40-cross-mingw64.Dockerfile index 7578805c02..f25012abb6 100644 --- a/ci/containers/fedora-38-cross-mingw64.Dockerfile +++ b/ci/containers/fedora-40-cross-mingw64.Dockerfile @@ -4,7 +4,7 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM registry.fedoraproject.org/fedora:38 +FROM registry.fedoraproject.org/fedora:40 =20 RUN dnf install -y nosync && \ printf '#!/bin/sh\n\ diff --git a/ci/containers/fedora-38.Dockerfile b/ci/containers/fedora-40.D= ockerfile similarity index 98% rename from ci/containers/fedora-38.Dockerfile rename to ci/containers/fedora-40.Dockerfile index fe06346cc6..32a9cdae12 100644 --- a/ci/containers/fedora-38.Dockerfile +++ b/ci/containers/fedora-40.Dockerfile @@ -4,7 +4,7 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM registry.fedoraproject.org/fedora:38 +FROM registry.fedoraproject.org/fedora:40 =20 RUN dnf install -y nosync && \ printf '#!/bin/sh\n\ diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 6ed5c578dd..7edb0d0712 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -127,21 +127,6 @@ x86_64-debian-sid: TARGET_BASE_IMAGE: docker.io/library/debian:sid-slim =20 =20 -x86_64-fedora-38: - extends: .native_build_job - needs: - - job: x86_64-fedora-38-container - optional: true - allow_failure: false - variables: - NAME: fedora-38 - TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:38 - artifacts: - expire_in: 1 day - paths: - - libvirt-rpms - - x86_64-fedora-39: extends: .native_build_job needs: @@ -157,6 +142,21 @@ x86_64-fedora-39: - libvirt-rpms =20 =20 +x86_64-fedora-40: + extends: .native_build_job + needs: + - job: x86_64-fedora-40-container + optional: true + allow_failure: false + variables: + NAME: fedora-40 + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:40 + artifacts: + expire_in: 1 day + paths: + - libvirt-rpms + + x86_64-fedora-rawhide: extends: .native_build_job needs: @@ -547,29 +547,29 @@ s390x-debian-sid: TARGET_BASE_IMAGE: docker.io/library/debian:sid-slim =20 =20 -mingw32-fedora-38: +mingw32-fedora-40: extends: .cross_build_job needs: - - job: mingw32-fedora-38-container + - job: mingw32-fedora-40-container optional: true allow_failure: false variables: CROSS: mingw32 JOB_OPTIONAL: 1 - NAME: fedora-38 - TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:38 + NAME: fedora-40 + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:40 =20 =20 -mingw64-fedora-38: +mingw64-fedora-40: extends: .cross_build_job needs: - - job: mingw64-fedora-38-container + - job: mingw64-fedora-40-container optional: true allow_failure: false variables: CROSS: mingw64 - NAME: fedora-38 - TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:38 + NAME: fedora-40 + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:40 =20 =20 mingw32-fedora-rawhide: diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml index c1e7a0a67e..fb153a1234 100644 --- a/ci/gitlab/containers.yml +++ b/ci/gitlab/containers.yml @@ -57,13 +57,6 @@ x86_64-debian-sid-container: NAME: debian-sid =20 =20 -x86_64-fedora-38-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-38 - - x86_64-fedora-39-container: extends: .container_job allow_failure: false @@ -71,6 +64,13 @@ x86_64-fedora-39-container: NAME: fedora-39 =20 =20 +x86_64-fedora-40-container: + extends: .container_job + allow_failure: false + variables: + NAME: fedora-40 + + x86_64-fedora-rawhide-container: extends: .container_job allow_failure: true @@ -292,19 +292,19 @@ s390x-debian-sid-container: NAME: debian-sid-cross-s390x =20 =20 -mingw32-fedora-38-container: +mingw32-fedora-40-container: extends: .container_job allow_failure: false variables: JOB_OPTIONAL: 1 - NAME: fedora-38-cross-mingw32 + NAME: fedora-40-cross-mingw32 =20 =20 -mingw64-fedora-38-container: +mingw64-fedora-40-container: extends: .container_job allow_failure: false variables: - NAME: fedora-38-cross-mingw64 + NAME: fedora-40-cross-mingw64 =20 =20 mingw32-fedora-rawhide-container: diff --git a/ci/integration.yml b/ci/integration.yml index d3859c54e8..2fc8d02956 100644 --- a/ci/integration.yml +++ b/ci/integration.yml @@ -25,30 +25,6 @@ centos-stream-9-tests: ref: master artifacts: true =20 -# NOTE The integration tests use artifacts produced by the libvirt-perl -# and libvirt-python CI jobs, so the new target needs to be introduced -# there before it can be used here. The VM template for the target -# also needs to be created on the runner host. -fedora-38-tests: - extends: .integration_tests - variables: - # needed by libvirt-gitlab-executor - DISTRO: fedora-38 - # can be overridden in forks to set a different runner tag - LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host - tags: - - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG - needs: - - x86_64-fedora-38 - - project: libvirt/libvirt-perl - job: x86_64-fedora-38 - ref: master - artifacts: true - - project: libvirt/libvirt-python - job: x86_64-fedora-38 - ref: master - artifacts: true - # NOTE The integration tests use artifacts produced by the libvirt-perl # and libvirt-python CI jobs, so the new target needs to be introduced # there before it can be used here. The VM template for the target diff --git a/ci/manifest.yml b/ci/manifest.yml index ab1a2cff30..e78d81f1f4 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -144,19 +144,6 @@ targets: containers: false builds: false =20 - fedora-38: - jobs: - - arch: x86_64 - artifacts: - expire_in: 1 day - paths: - - libvirt-rpms - - - arch: mingw32 - builds: false - - - arch: mingw64 - fedora-39: jobs: - arch: x86_64 @@ -165,6 +152,19 @@ targets: paths: - libvirt-rpms =20 + fedora-40: + jobs: + - arch: x86_64 + artifacts: + expire_in: 1 day + paths: + - libvirt-rpms + + - arch: mingw32 + builds: false + + - arch: mingw64 + fedora-rawhide: jobs: - arch: x86_64 --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org