From nobody Tue May 7 02:09: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=1569423799; cv=none; d=zoho.com; s=zohoarc; b=bvr6+Igl23YnYcRmVWfS1YsOq2IhsvlzacjhGIP7Ph1JebcA87XgsrgROI/9IyTIjR3EkoPbhHZknwRnIXWg8XGp04gqE88uLgUsjdCTRSFTOgqMm8sPet19yVimDpLHU61RUtgJDMLhPacsbnurqbpkR9zEblCRk1d9hNpfiqE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569423799; 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:ARC-Authentication-Results; bh=Mcrc1JjlCwrDx3sQ9i+vA9kayfRTixUFE8ppzacap8U=; b=GJ+UXRFTxZd7IKFmcWZoTwb6sggwXNiUXaPDaO/6P3S5E6ngnBYQnPhB9s1JgE1XRtLLCQxeHZ7Y/6dpQP0rKvzZkc++APGqqVzDRf+iyc2FMJQJ0cb1LBN69ynre1JDUJV8mUc5NxAtmPTBVQamAS44MKniaIvmzZXl+FXU3A4= 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 1569423799419963.7106550697537; Wed, 25 Sep 2019 08:03:19 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6A3933022E31; Wed, 25 Sep 2019 15:03:16 +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 1CC95608C2; Wed, 25 Sep 2019 15:03:15 +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 3E8C618005A0; Wed, 25 Sep 2019 15:03:11 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8PF39Tp018463 for ; Wed, 25 Sep 2019 11:03:09 -0400 Received: by smtp.corp.redhat.com (Postfix) id 85A4B58B1; Wed, 25 Sep 2019 15:03:09 +0000 (UTC) Received: from kinshicho.redhat.com (unknown [10.40.205.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0D35519C7F for ; Wed, 25 Sep 2019 15:03:06 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 25 Sep 2019 17:03:05 +0200 Message-Id: <20190925150305.7368-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH] jenkins: Don't try to build libosinfo on Debian sid 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 25 Sep 2019 15:03:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" We support the platform as a target for lcitool-driven builds, but we don't have a corresponding worker in the CentOS CI environment. Signed-off-by: Andrea Bolognani --- Pushed as a fix to the CI environment. jenkins/projects/libosinfo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/projects/libosinfo.yaml b/jenkins/projects/libosinfo.y= aml index c744b38..b38524e 100644 --- a/jenkins/projects/libosinfo.yaml +++ b/jenkins/projects/libosinfo.yaml @@ -5,7 +5,6 @@ # CentOS 7, Debian 9, Ubuntu 18; machines: - libvirt-debian-10 - - libvirt-debian-sid - 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