From nobody Mon Apr 29 22:18:19 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=1554884783; cv=none; d=zoho.com; s=zohoarc; b=cuwmSX1uU5vJWdd3uTUM4qUV5pSCE/KbTfGPYrG7d/eNMnLINtyS+6ZYsUtG6JRIHD92YK/IJsDzff9fol9oAqHs0LnLH+swR+crWvf2zQGMXESCPgBH02hJVaMrdtOcapzMXBtNMoYzlqlov0gN405pywwjENcSEb89pnb3VsA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1554884783; 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=sEWyRhsXeCtEGMOBrZXBhs4G07wVi4IqfGePi5VPb70=; b=kkU75ladr6mNbAwililn/fJnnV/L8/rQKJpzdXm4rX6wSOnKJIuMM/57BpwQFsE24aKMtvJyNfwVUYREgrxqcH5WYwvzWtQZJwJYIoc3qm79rM+S5m9j5cJAbObI+boGa7bZbr4pjfv1lHyYXPgwH+qUBhX457QDJfj/00sAgaM= 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 1554884783575594.3388574057881; Wed, 10 Apr 2019 01:26:23 -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 E45953082E4C; Wed, 10 Apr 2019 08:26:20 +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 BF5FD1753E; Wed, 10 Apr 2019 08:26:19 +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 DBD01181AC44; Wed, 10 Apr 2019 08:26:16 +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 x3A8QFTD008927 for ; Wed, 10 Apr 2019 04:26:15 -0400 Received: by smtp.corp.redhat.com (Postfix) id 155895C28F; Wed, 10 Apr 2019 08:26:15 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8E2B21753E for ; Wed, 10 Apr 2019 08:26:12 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 10 Apr 2019 10:26:10 +0200 Message-Id: <20190410082610.11085-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 Subject: [libvirt] [jenkins-ci PATCH] Fix host list for osinfo-db-tools-check 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.46]); Wed, 10 Apr 2019 08:26:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Commit e423182b4528 updated the host list for the job, but got things slightly wrong in that it included libvirt-debian-sid, libvirt-freebsd-current and libvirt-ubuntu-18 in the Jenkins configuration rather than the Ansible one. Signed-off-by: Andrea Bolognani --- Pushed as a trivial fix. guests/playbooks/build/projects/osinfo-db-tools.yml | 3 +++ jenkins/projects/osinfo-db-tools.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guests/playbooks/build/projects/osinfo-db-tools.yml b/guests/p= laybooks/build/projects/osinfo-db-tools.yml index e33ea7a..27f6cc4 100644 --- a/guests/playbooks/build/projects/osinfo-db-tools.yml +++ b/guests/playbooks/build/projects/osinfo-db-tools.yml @@ -14,11 +14,14 @@ # CentOS 7; machines: - libvirt-debian-9 + - libvirt-debian-sid - libvirt-fedora-28 - libvirt-fedora-29 - libvirt-fedora-rawhide - libvirt-freebsd-11 - libvirt-freebsd-12 + - libvirt-freebsd-current + - libvirt-ubuntu-18 - include: '{{ playbook_base }}/jobs/autotools-rpm-job.yml' vars: machines: '{{ rpm_machines }}' diff --git a/jenkins/projects/osinfo-db-tools.yaml b/jenkins/projects/osinf= o-db-tools.yaml index 9f738b6..de96bb5 100644 --- a/jenkins/projects/osinfo-db-tools.yaml +++ b/jenkins/projects/osinfo-db-tools.yaml @@ -16,14 +16,11 @@ # CentOS 7; machines: - libvirt-debian-9 - - libvirt-debian-sid - libvirt-fedora-28 - libvirt-fedora-29 - libvirt-fedora-rawhide - libvirt-freebsd-11 - libvirt-freebsd-12 - - libvirt-freebsd-current - - libvirt-ubuntu-18 - autotools-rpm-job: parent_jobs: 'osinfo-db-tools-check' machines: '{rpm_machines}' --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list