From nobody Fri May 17 07:07:45 2024 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 1702542606614439.3742307044396; Thu, 14 Dec 2023 00:30:06 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 1E8FD1793; Thu, 14 Dec 2023 03:30:05 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 98AE9178A; Thu, 14 Dec 2023 03:28:27 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 48DC1178A; Thu, 14 Dec 2023 03:28:23 -0500 (EST) 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 652021788 for ; Thu, 14 Dec 2023 03:28:22 -0500 (EST) 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-28-8ZzXLdkiOcCjye2jU6MHGQ-1; Thu, 14 Dec 2023 03:28:20 -0500 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 AC45F837223 for ; Thu, 14 Dec 2023 08:28:20 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id 571C7492BC6 for ; Thu, 14 Dec 2023 08:28:20 +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,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 8ZzXLdkiOcCjye2jU6MHGQ-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH 1/2] ci: integration: Switch upstream integration tests to Fedora 39 Date: Thu, 14 Dec 2023 09:28:16 +0100 Message-ID: <33fca57c7d3adf1ec23af79067856a866ee915c8.1702542465.git.mprivozn@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: FJ5FFRSOL7543BDQZ4QYBCPEV45GQ2IA X-Message-ID-Hash: FJ5FFRSOL7543BDQZ4QYBCPEV45GQ2IA 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"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1702542607498100001 Currently, Fedora 37 and 38 is used. The former is now EOL since there's new release. Switch 37 to 39 then. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- ci/integration.yml | 80 +++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/ci/integration.yml b/ci/integration.yml index 25788099b5..8b66a8c688 100644 --- a/ci/integration.yml +++ b/ci/integration.yml @@ -81,46 +81,6 @@ centos-stream-9-tests-local-env: artifacts: true =20 =20 -.fedora-37-tests: - variables: - # needed by libvirt-gitlab-executor - DISTRO: fedora-37 - # 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 - -fedora-37-tests-prebuilt-env: - extends: - - .integration_tests_prebuilt_env - - .fedora-37-tests - needs: - - x86_64-fedora-37-prebuilt-env - - project: libvirt/libvirt-perl - job: x86_64-fedora-37-prebuilt-env - ref: master - artifacts: true - - project: libvirt/libvirt-python - job: x86_64-fedora-37-prebuilt-env - ref: master - artifacts: true - -fedora-37-tests-local-env: - extends: - - .integration_tests_local_env - - .fedora-37-tests - needs: - - x86_64-fedora-37-local-env - - project: libvirt/libvirt-perl - job: x86_64-fedora-37-prebuilt-env - ref: master - artifacts: true - - project: libvirt/libvirt-python - job: x86_64-fedora-37-prebuilt-env - ref: master - artifacts: true - - .fedora-38-tests: variables: # needed by libvirt-gitlab-executor @@ -199,3 +159,43 @@ fedora-38-upstream-qemu-tests-local-env: job: x86_64-fedora-38-prebuilt-env ref: master artifacts: true + + +.fedora-39-tests: + variables: + # needed by libvirt-gitlab-executor + DISTRO: fedora-39 + # 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 + +fedora-39-tests-prebuilt-env: + extends: + - .integration_tests_prebuilt_env + - .fedora-39-tests + needs: + - x86_64-fedora-39-prebuilt-env + - project: libvirt/libvirt-perl + job: x86_64-fedora-39-prebuilt-env + ref: master + artifacts: true + - project: libvirt/libvirt-python + job: x86_64-fedora-39-prebuilt-env + ref: master + artifacts: true + +fedora-39-tests-local-env: + extends: + - .integration_tests_local_env + - .fedora-39-tests + needs: + - x86_64-fedora-39-local-env + - project: libvirt/libvirt-perl + job: x86_64-fedora-39-prebuilt-env + ref: master + artifacts: true + - project: libvirt/libvirt-python + job: x86_64-fedora-39-prebuilt-env + ref: master + artifacts: true --=20 2.41.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Fri May 17 07:07:45 2024 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 1702542883454511.9289091747205; Thu, 14 Dec 2023 00:34:43 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id EF597176B; Thu, 14 Dec 2023 03:34:41 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 70D7018E7; Thu, 14 Dec 2023 03:28:43 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 1C57C1789; Thu, 14 Dec 2023 03:28:27 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.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 5F0E31787 for ; Thu, 14 Dec 2023 03:28:23 -0500 (EST) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-79-Dyw6KjJCNTOVEYms2Oeyrw-1; Thu, 14 Dec 2023 03:28:21 -0500 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 453353C29A73 for ; Thu, 14 Dec 2023 08:28:21 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id E0D7A492BC6 for ; Thu, 14 Dec 2023 08:28:20 +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,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: Dyw6KjJCNTOVEYms2Oeyrw-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH 2/2] ci: Update Alpine and Fedora and regenerate Date: Thu, 14 Dec 2023 09:28:17 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: 7FM3JPIUHCCS6M2G3OKUAFYL3K7VNV5S X-Message-ID-Hash: 7FM3JPIUHCCS6M2G3OKUAFYL3K7VNV5S 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"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1702542884445100001 New Alpine and Fedora releases were added to libvirt-ci (3.19 and 39, respectively) and old ones were removed. Update the manifest file and regenerate the rest. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- ci/buildenv/{alpine-317.sh =3D> alpine-319.sh} | 0 ci/buildenv/{fedora-37.sh =3D> fedora-39.sh} | 0 ...e-317.Dockerfile =3D> alpine-319.Dockerfile} | 2 +- ...ora-37.Dockerfile =3D> fedora-39.Dockerfile} | 2 +- ci/gitlab/builds.yml | 64 +++++++++---------- ci/gitlab/containers.yml | 18 +++--- ci/manifest.yml | 18 +++--- 7 files changed, 52 insertions(+), 52 deletions(-) rename ci/buildenv/{alpine-317.sh =3D> alpine-319.sh} (100%) rename ci/buildenv/{fedora-37.sh =3D> fedora-39.sh} (100%) rename ci/containers/{alpine-317.Dockerfile =3D> alpine-319.Dockerfile} (9= 8%) rename ci/containers/{fedora-37.Dockerfile =3D> fedora-39.Dockerfile} (98%) diff --git a/ci/buildenv/alpine-317.sh b/ci/buildenv/alpine-319.sh similarity index 100% rename from ci/buildenv/alpine-317.sh rename to ci/buildenv/alpine-319.sh diff --git a/ci/buildenv/fedora-37.sh b/ci/buildenv/fedora-39.sh similarity index 100% rename from ci/buildenv/fedora-37.sh rename to ci/buildenv/fedora-39.sh diff --git a/ci/containers/alpine-317.Dockerfile b/ci/containers/alpine-319= .Dockerfile similarity index 98% rename from ci/containers/alpine-317.Dockerfile rename to ci/containers/alpine-319.Dockerfile index 461b1a7482..b49f348805 100644 --- a/ci/containers/alpine-317.Dockerfile +++ b/ci/containers/alpine-319.Dockerfile @@ -4,7 +4,7 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM docker.io/library/alpine:3.17 +FROM docker.io/library/alpine:3.19 =20 RUN apk update && \ apk upgrade && \ diff --git a/ci/containers/fedora-37.Dockerfile b/ci/containers/fedora-39.D= ockerfile similarity index 98% rename from ci/containers/fedora-37.Dockerfile rename to ci/containers/fedora-39.Dockerfile index 5177f8db1a..700fe64d2f 100644 --- a/ci/containers/fedora-37.Dockerfile +++ b/ci/containers/fedora-39.Dockerfile @@ -4,7 +4,7 @@ # # https://gitlab.com/libvirt/libvirt-ci =20 -FROM registry.fedoraproject.org/fedora:37 +FROM registry.fedoraproject.org/fedora:39 =20 RUN dnf install -y nosync && \ printf '#!/bin/sh\n\ diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 4cb338fac9..5cc904ffb7 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -51,22 +51,22 @@ x86_64-almalinux-8-clang-local-env: RPM: skip =20 =20 -x86_64-alpine-317-prebuilt-env: +x86_64-alpine-319-prebuilt-env: extends: .native_build_job_prebuilt_env needs: - - job: x86_64-alpine-317-container + - job: x86_64-alpine-319-container optional: true allow_failure: false variables: - NAME: alpine-317 + NAME: alpine-319 =20 -x86_64-alpine-317-local-env: +x86_64-alpine-319-local-env: extends: .native_build_job_local_env needs: [] allow_failure: false variables: - IMAGE: docker.io/library/alpine:3.17 - NAME: alpine-317 + IMAGE: docker.io/library/alpine:3.19 + NAME: alpine-319 =20 =20 x86_64-alpine-edge-prebuilt-env: @@ -233,32 +233,6 @@ x86_64-debian-sid-local-env: NAME: debian-sid =20 =20 -x86_64-fedora-37-prebuilt-env: - extends: .native_build_job_prebuilt_env - needs: - - job: x86_64-fedora-37-container - optional: true - allow_failure: false - variables: - NAME: fedora-37 - artifacts: - expire_in: 1 day - paths: - - libvirt-rpms - -x86_64-fedora-37-local-env: - extends: .native_build_job_local_env - needs: [] - allow_failure: false - variables: - IMAGE: registry.fedoraproject.org/fedora:37 - NAME: fedora-37 - artifacts: - expire_in: 1 day - paths: - - libvirt-rpms - - x86_64-fedora-38-prebuilt-env: extends: .native_build_job_prebuilt_env needs: @@ -285,6 +259,32 @@ x86_64-fedora-38-local-env: - libvirt-rpms =20 =20 +x86_64-fedora-39-prebuilt-env: + extends: .native_build_job_prebuilt_env + needs: + - job: x86_64-fedora-39-container + optional: true + allow_failure: false + variables: + NAME: fedora-39 + artifacts: + expire_in: 1 day + paths: + - libvirt-rpms + +x86_64-fedora-39-local-env: + extends: .native_build_job_local_env + needs: [] + allow_failure: false + variables: + IMAGE: registry.fedoraproject.org/fedora:39 + NAME: fedora-39 + artifacts: + expire_in: 1 day + paths: + - libvirt-rpms + + x86_64-fedora-rawhide-prebuilt-env: extends: .native_build_job_prebuilt_env needs: diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml index 2463d1a5aa..add5e2360f 100644 --- a/ci/gitlab/containers.yml +++ b/ci/gitlab/containers.yml @@ -14,11 +14,11 @@ x86_64-almalinux-8-container: NAME: almalinux-8 =20 =20 -x86_64-alpine-317-container: +x86_64-alpine-319-container: extends: .container_job allow_failure: false variables: - NAME: alpine-317 + NAME: alpine-319 =20 =20 x86_64-alpine-edge-container: @@ -64,13 +64,6 @@ x86_64-debian-sid-container: NAME: debian-sid =20 =20 -x86_64-fedora-37-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-37 - - x86_64-fedora-38-container: extends: .container_job allow_failure: false @@ -78,6 +71,13 @@ x86_64-fedora-38-container: NAME: fedora-38 =20 =20 +x86_64-fedora-39-container: + extends: .container_job + allow_failure: false + variables: + NAME: fedora-39 + + x86_64-fedora-rawhide-container: extends: .container_job allow_failure: true diff --git a/ci/manifest.yml b/ci/manifest.yml index afb1fa007d..85f6b9d878 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -19,7 +19,7 @@ targets: RPM: skip CC: clang =20 - alpine-317: x86_64 + alpine-319: x86_64 =20 alpine-edge: jobs: @@ -152,14 +152,6 @@ targets: containers: false builds: false =20 - fedora-37: - jobs: - - arch: x86_64 - artifacts: - expire_in: 1 day - paths: - - libvirt-rpms - fedora-38: jobs: - arch: x86_64 @@ -173,6 +165,14 @@ targets: =20 - arch: mingw64 =20 + fedora-39: + jobs: + - arch: x86_64 + artifacts: + expire_in: 1 day + paths: + - libvirt-rpms + fedora-rawhide: jobs: - arch: x86_64 --=20 2.41.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org