From nobody Sun Apr 28 08:47:38 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=1570025740; cv=none; d=zoho.com; s=zohoarc; b=E3p8u5ZkXYnqS/0QB/hmnQUZLS3PQGC4BDkcTqnRkN4lV/aa/s13ZkTBZlcuUuDD1SBoW/3ZHQb8PhDCQeY8PQo0Rn5pi+lVM4F7fpYyTPC++xZ6Zfrnq9caQJZ2PVj05msw4aVyhSRLRJQOybCqo4nlNXzPau0gPgVKpnQIyE4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570025740; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=q9k9i314ryJEFdJpyGn87HgmNmw+DFNbpya7BcTd7dM=; b=JE/dsMHMUYP8FifKLTwvdkQr2bVxi4dwbfrW4AKR+ekzPuoJC5nC9Y08ujdPdfRb9Va8hOxz4DWeEc60Nh4u9+2QR7QdOZNa0rDeR0s69M33FBcRdcitviVIFt74q0RRYZsbaPJ5g4vkrb8GvIuZY2FuddFF0aslUrMeo1JaTrA= 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 1570025740153194.40008011107386; Wed, 2 Oct 2019 07:15:40 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD62110C0519; Wed, 2 Oct 2019 14:15:36 +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 8CAC419C6A; Wed, 2 Oct 2019 14:15:36 +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 BA8C31803518; Wed, 2 Oct 2019 14:15:35 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x92EFWbi000851 for ; Wed, 2 Oct 2019 10:15:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9C96B5D9DC; Wed, 2 Oct 2019 14:15:32 +0000 (UTC) Received: from kinshicho.redhat.com (unknown [10.40.205.159]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 00CE55D9D3 for ; Wed, 2 Oct 2019 14:15:31 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 2 Oct 2019 16:15:23 +0200 Message-Id: <20191002141524.31973-2-abologna@redhat.com> In-Reply-To: <20191002141524.31973-1-abologna@redhat.com> References: <20191002141524.31973-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/2] guests: Fix project list 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.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.65]); Wed, 02 Oct 2019 14:15:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" We've disabled osinfo-db-tools and libosinfo builds on some targets after they switched to Meson, but while doing so we forgot to also disable osinfo-db and virt-manager, which depend on them. Signed-off-by: Andrea Bolognani Reviewed-by: Fabiano Fid=C3=AAncio --- guests/host_vars/libvirt-centos-7/main.yml | 1 - guests/host_vars/libvirt-debian-9/main.yml | 2 -- guests/host_vars/libvirt-ubuntu-16/main.yml | 1 - guests/host_vars/libvirt-ubuntu-18/main.yml | 2 -- 4 files changed, 6 deletions(-) diff --git a/guests/host_vars/libvirt-centos-7/main.yml b/guests/host_vars/= libvirt-centos-7/main.yml index 6156414..4e3ce85 100644 --- a/guests/host_vars/libvirt-centos-7/main.yml +++ b/guests/host_vars/libvirt-centos-7/main.yml @@ -7,7 +7,6 @@ projects: - libvirt-ocaml - libvirt-perl - libvirt-python - - osinfo-db - virt-viewer =20 package_format: 'rpm' diff --git a/guests/host_vars/libvirt-debian-9/main.yml b/guests/host_vars/= libvirt-debian-9/main.yml index cb19395..c388ee8 100644 --- a/guests/host_vars/libvirt-debian-9/main.yml +++ b/guests/host_vars/libvirt-debian-9/main.yml @@ -10,8 +10,6 @@ projects: - libvirt-python - libvirt-sandbox - libvirt-tck - - osinfo-db - - virt-manager - virt-viewer =20 package_format: 'deb' diff --git a/guests/host_vars/libvirt-ubuntu-16/main.yml b/guests/host_vars= /libvirt-ubuntu-16/main.yml index 0407ae3..bed11d4 100644 --- a/guests/host_vars/libvirt-ubuntu-16/main.yml +++ b/guests/host_vars/libvirt-ubuntu-16/main.yml @@ -10,7 +10,6 @@ projects: - libvirt-python - libvirt-sandbox - libvirt-tck - - osinfo-db - virt-viewer =20 package_format: 'deb' diff --git a/guests/host_vars/libvirt-ubuntu-18/main.yml b/guests/host_vars= /libvirt-ubuntu-18/main.yml index 4a95f45..199b2bb 100644 --- a/guests/host_vars/libvirt-ubuntu-18/main.yml +++ b/guests/host_vars/libvirt-ubuntu-18/main.yml @@ -10,8 +10,6 @@ projects: - libvirt-python - libvirt-sandbox - libvirt-tck - - osinfo-db - - virt-manager - virt-viewer =20 package_format: 'deb' --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sun Apr 28 08:47:38 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=1570025748; cv=none; d=zoho.com; s=zohoarc; b=BSLQYU6qxxWQqjna+/NaZGoMK0m1x+S+Sde/izqP7do+a9oHjTufp+jKmP1SFXcaPVM5n4tVYvvp9L9ZHxzUIN4kNAq+7vpj+tpfpBEHDICi1TenWtoQZ6iBuF0Yu5nApLj6O6r1dG/nZo1GyVF8rVZTmPb4Q1+0ZgfkHpyt94o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570025748; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=kGQPYL0UrwNFyxvlANnq18lVvNpKQSJUmrEagOHVow8=; b=ARGgIQq2AxpsQFTozEDhb1FO6yiVnf/4YLGLOKYEOuJ8exmlfzplXqtDesZNgnpUGk+dqonxs+rw+EtT7MFR/iQrkzefhuXt0ceX++RSEhUMoUhVxTGk9cFN+eZ7MqP4uyzUabMtfTE7LQbpDcAWWBEasixtaLZs5f/5UxiqdIg= 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 1570025748452235.22093116745214; Wed, 2 Oct 2019 07:15:48 -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 828067FDCD; Wed, 2 Oct 2019 14:15:46 +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 529A060619; Wed, 2 Oct 2019 14:15:46 +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 F01244E58A; Wed, 2 Oct 2019 14:15:45 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x92EFXAn000856 for ; Wed, 2 Oct 2019 10:15:33 -0400 Received: by smtp.corp.redhat.com (Postfix) id 8DB4F5D9DC; Wed, 2 Oct 2019 14:15:33 +0000 (UTC) Received: from kinshicho.redhat.com (unknown [10.40.205.159]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EA60C5D9D3 for ; Wed, 2 Oct 2019 14:15:32 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 2 Oct 2019 16:15:24 +0200 Message-Id: <20191002141524.31973-3-abologna@redhat.com> In-Reply-To: <20191002141524.31973-1-abologna@redhat.com> References: <20191002141524.31973-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/2] Fix target list for builds 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.27]); Wed, 02 Oct 2019 14:15:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Targets that don't build osinfo-db-tools and libosinfo should not build osinfo-db and virt-manager. Signed-off-by: Andrea Bolognani Reviewed-by: Fabiano Fid=C3=AAncio --- guests/playbooks/build/projects/osinfo-db.yml | 3 --- guests/playbooks/build/projects/virt-manager.yml | 4 ---- jenkins/projects/osinfo-db.yaml | 1 - jenkins/projects/virt-manager.yaml | 2 -- 4 files changed, 10 deletions(-) diff --git a/guests/playbooks/build/projects/osinfo-db.yml b/guests/playboo= ks/build/projects/osinfo-db.yml index 856e478..872b448 100644 --- a/guests/playbooks/build/projects/osinfo-db.yml +++ b/guests/playbooks/build/projects/osinfo-db.yml @@ -15,7 +15,6 @@ vars: # osinfo-db tests are Python 3 only, so they can't be ran on CentOS 7; machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 @@ -24,8 +23,6 @@ - libvirt-freebsd-11 - libvirt-freebsd-12 - libvirt-freebsd-current - - libvirt-ubuntu-16 - - libvirt-ubuntu-18 command: | $MAKE check - include: '{{ playbook_base }}/jobs/generic-rpm-job.yml' diff --git a/guests/playbooks/build/projects/virt-manager.yml b/guests/play= books/build/projects/virt-manager.yml index f955f4c..0078fbe 100644 --- a/guests/playbooks/build/projects/virt-manager.yml +++ b/guests/playbooks/build/projects/virt-manager.yml @@ -5,7 +5,6 @@ # Ubuntu 16.04 has Python 3 but not the libxml2 bindings, so it can't # build the project either machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 @@ -14,7 +13,6 @@ - libvirt-freebsd-11 - libvirt-freebsd-12 - libvirt-freebsd-current - - libvirt-ubuntu-18 archive_format: gz git_url: '{{ git_urls["virt-manager"][git_remote] }}' =20 @@ -29,13 +27,11 @@ # so skip the test suite there for the time being. See # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224902 machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide - - libvirt-ubuntu-18 - include: '{{ playbook_base }}/jobs/python-distutils-rpm-job.yml' vars: machines: diff --git a/jenkins/projects/osinfo-db.yaml b/jenkins/projects/osinfo-db.y= aml index 256c62d..37c1d84 100644 --- a/jenkins/projects/osinfo-db.yaml +++ b/jenkins/projects/osinfo-db.yaml @@ -15,7 +15,6 @@ parent_jobs: 'osinfo-db-build' # osinfo-db tests are Python 3 only, so they can't be ran on Cen= tOS 7; machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/jenkins/projects/virt-manager.yaml b/jenkins/projects/virt-man= ager.yaml index 2577ea9..fe6b903 100644 --- a/jenkins/projects/virt-manager.yaml +++ b/jenkins/projects/virt-manager.yaml @@ -5,7 +5,6 @@ # Ubuntu 16.04 has Python 3 but not the libxml2 bindings, so it can't # build the project either machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 @@ -28,7 +27,6 @@ # so skip the test suite there for the time being. See # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224902 machines: - - libvirt-debian-9 - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list