From nobody Sun May 5 22:45:53 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 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=1567499936; cv=none; d=zoho.com; s=zohoarc; b=KIq4ZGwTB7dEuRs/uJVDfcyACwg0pprq+4IpiWwSfU2QLtu01w/5zw6lCod1jIMOjZRGi7Ro9sxSN5uVSyngeviDVzPWCBMS21Yn7jgz7hrwu3/EOfsKI2aKxCW2nTGAcNebPYkr2/5y2P4vof1qhD20JZdpSRQ8ZEBD070AhaQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567499936; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=XYgETMJU12GwZUdcKdtg/qDue+i1lfSIbrGHZ1FhJ9o=; b=Q3RdIEBei2v3ZchKMcJyw9Z72PgCsflOHgUvFTEhqydCOm1EkNDQeaCH2ueQ28PTUkSfnpw8/lwsJO5XMTwa/jPwHFSbx6CxT34iN3UyG10tm1t17Hgiy9Nox8nbRR/g9EgzgZqyNFxSVCBp75j5Fh8HBXKCXBciLBDfScEiko0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567499936716325.94522778811813; Tue, 3 Sep 2019 01:38:56 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0C46930860A6; Tue, 3 Sep 2019 08:38:55 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AA9445C221; Tue, 3 Sep 2019 08:38:53 +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 1BD211802216; Tue, 3 Sep 2019 08:38:51 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x838coDH029806 for ; Tue, 3 Sep 2019 04:38:50 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9AB7560C05; Tue, 3 Sep 2019 08:38:50 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C60460C4E; Tue, 3 Sep 2019 08:38:44 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 3 Sep 2019 10:38:43 +0200 Message-Id: <20190903083843.7003-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: fidencio@redhat.com Subject: [libvirt] [jenkins-ci PATCH] osinfo-db-tools: Don't try to build RPMs on CentOS 7 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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 03 Sep 2019 08:38:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" It no longer is a supported target platform. Signed-off-by: Andrea Bolognani Reviewed-by: Fabiano Fid=C3=AAncio --- guests/playbooks/build/projects/osinfo-db-tools.yml | 5 ++++- jenkins/projects/osinfo-db-tools.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/guests/playbooks/build/projects/osinfo-db-tools.yml b/guests/p= laybooks/build/projects/osinfo-db-tools.yml index 4bb6236..d142e0e 100644 --- a/guests/playbooks/build/projects/osinfo-db-tools.yml +++ b/guests/playbooks/build/projects/osinfo-db-tools.yml @@ -21,4 +21,7 @@ - include: '{{ playbook_base }}/jobs/meson-check-job.yml' - include: '{{ playbook_base }}/jobs/meson-rpm-job.yml' vars: - machines: '{{ rpm_machines }}' + machines: + - libvirt-fedora-29 + - libvirt-fedora-30 + - libvirt-fedora-rawhide diff --git a/jenkins/projects/osinfo-db-tools.yaml b/jenkins/projects/osinf= o-db-tools.yaml index 15a95d3..2a9ea11 100644 --- a/jenkins/projects/osinfo-db-tools.yaml +++ b/jenkins/projects/osinfo-db-tools.yaml @@ -22,4 +22,7 @@ parent_jobs: 'osinfo-db-tools-syntax-check' - meson-rpm-job: parent_jobs: 'osinfo-db-tools-check' - machines: '{rpm_machines}' + machines: + - libvirt-fedora-29 + - libvirt-fedora-30 + - libvirt-fedora-rawhide --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list