From nobody Sat May 4 21:38:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1587457459; cv=none; d=zohomail.com; s=zohoarc; b=Dgp9Lvn4WqImcZPg/feud1MqH/+e2QPgArR87dgsqpLIMkCGQeGFLI/LKajzrd9VgDgVBi6p+MP2pytzzH3YpNnhwhk6qJ4KdfofU557GNeSbT8TzPmnRzR2QAGZEs4r8wpZExHyKFOk589CZZMgfWxJH/A5b7dADr27nLxNcLA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1587457459; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=0l/bJoctekDpLvG6j/eu8RzEhvUp7WIYrKWcfgnqGWc=; b=JIWW+pXpbBBmveH3X34jw96Pqis7bN9JBFka+3tgNHNxcgeYZ4m7vV26FZqAY+Kia7AhYTUol6BRs8erB/MCEMRU/UFesoGX8oNFds7QeplX6wWt+KAs03I+rgG4aACWmWrq8Yx6X1B/aH4U/lK59AABu2E7qrpH0GMmHOG4ULs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1587457459054694.5465651421428; Tue, 21 Apr 2020 01:24:19 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-403-WtINRou1MT6ZtasR6fqkDw-1; Tue, 21 Apr 2020 04:24:15 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 657258010E2; Tue, 21 Apr 2020 08:24:09 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AD7A35DA66; Tue, 21 Apr 2020 08:24:08 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 0674B9390E; Tue, 21 Apr 2020 08:24:04 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 03L8O2Ij006669 for ; Tue, 21 Apr 2020 04:24:02 -0400 Received: by smtp.corp.redhat.com (Postfix) id 863155C219; Tue, 21 Apr 2020 08:24:02 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.40.194.250]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 66C475C1C5 for ; Tue, 21 Apr 2020 08:23:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587457457; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=0l/bJoctekDpLvG6j/eu8RzEhvUp7WIYrKWcfgnqGWc=; b=SQkE5tOXj+A5WSoBmRTDDfzW8gKZx++53GjLJIG//NoRknz8TjarAM4qLr2U/C8azuZS74 GPJKiFXLLBNvxh2HJODNbdBIw7Ni/BKpqLaNY/Vi7pCWy5C2cSYnKODbp3uE2/BgNdgLuj znLsjvlq79sQl8f/BI0aH25OuP7x5oE= X-MC-Unique: WtINRou1MT6ZtasR6fqkDw-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt-ci PATCH v2] Fix comment about not building libvirt-tck on CentOS Date: Tue, 21 Apr 2020 10:23:55 +0200 Message-Id: <20200421082355.39308-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" The comment is singling out perl-generators, but actually there's a bunch of more critical Perl packages missing. Update the comment to reflect that. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- guests/playbooks/build/projects/libvirt-tck.yml | 4 ++-- jenkins/projects/libvirt-tck.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guests/playbooks/build/projects/libvirt-tck.yml b/guests/playb= ooks/build/projects/libvirt-tck.yml index b8d848c..3a3b277 100644 --- a/guests/playbooks/build/projects/libvirt-tck.yml +++ b/guests/playbooks/build/projects/libvirt-tck.yml @@ -1,7 +1,7 @@ --- - set_fact: - # CentOS 7 doesn't include perl-generators, which is necessary to - # build libvirt-tck + # CentOS 7 and CentOS 8 are missing a number of Perl modules, so we + # can't build libvirt-tck there name: libvirt-tck machines: - libvirt-debian-9 diff --git a/jenkins/projects/libvirt-tck.yaml b/jenkins/projects/libvirt-t= ck.yaml index fcdea98..f5fc490 100644 --- a/jenkins/projects/libvirt-tck.yaml +++ b/jenkins/projects/libvirt-tck.yaml @@ -1,8 +1,8 @@ --- - project: name: libvirt-tck - # CentOS 7 doesn't include perl-generators, which is necessary to - # build libvirt-tck + # CentOS 7 and CentOS 8 are missing a number of Perl modules, so we + # can't build libvirt-tck there machines: - libvirt-debian-9 - libvirt-debian-10 --=20 2.25.3