From nobody Sun Nov 24 02:32:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) 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 17156941425111006.3217501081114; Tue, 14 May 2024 06:42:22 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 6A4651E64; Tue, 14 May 2024 09:42:21 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 2A4211B57; Tue, 14 May 2024 09:41:18 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 702AA1A4C; Tue, 14 May 2024 09:41:13 -0400 (EDT) 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 E67581A4D for ; Tue, 14 May 2024 09:41:11 -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-365-jS4TsXNzOjaQO3fQiQlzcw-1; Tue, 14 May 2024 09:41:10 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (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 2D7F68029ED for ; Tue, 14 May 2024 13:41:10 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id CD2AEC15BB9 for ; Tue, 14 May 2024 13:41:09 +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: jS4TsXNzOjaQO3fQiQlzcw-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH 1/2] gitlab-ci: Switch potfile job to AlmaLinux 9 Date: Tue, 14 May 2024 15:41:06 +0200 Message-ID: <314aefecbea72dec4bc0bff5531f22b0ca980cff.1715694011.git.mprivozn@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: Q7H7L76Q3MGHZBGUKACXW2BNFQLYDUR4 X-Message-ID-Hash: Q7H7L76Q3MGHZBGUKACXW2BNFQLYDUR4 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: X-ZM-MESSAGEID: 1715694143180100001 Content-Type: text/plain; charset="utf-8"; x-default="true" It's currently running against AlmaLinux 8 which went out of support. Signed-off-by: Michal Privoznik --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81ac2ecddd..3114c7410e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,11 +123,11 @@ potfile: image: $CI_REGISTRY/$RUN_UPSTREAM_NAMESPACE/libvirt/ci-$NAME:latest stage: builds variables: - NAME: almalinux-8 + NAME: almalinux-9 before_script: - cat /packages.txt needs: - - job: x86_64-almalinux-8-container + - job: x86_64-almalinux-9-container optional: true rules: - if: '$CI_PROJECT_NAMESPACE =3D=3D $RUN_UPSTREAM_NAMESPACE && $CI_PIP= ELINE_SOURCE =3D=3D "push" && $CI_COMMIT_BRANCH =3D=3D $CI_DEFAULT_BRANCH' --=20 2.43.2