From nobody Thu Dec 18 13:44:09 2025 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1506957620183356.6169323001568; Mon, 2 Oct 2017 08:20:20 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E583B7E444; Mon, 2 Oct 2017 15:20:18 +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 B7B6B841C6; Mon, 2 Oct 2017 15:20:18 +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 7EDEC3FAD0; Mon, 2 Oct 2017 15:20:18 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v92FBQRG019107 for ; Mon, 2 Oct 2017 11:11:26 -0400 Received: by smtp.corp.redhat.com (Postfix) id 50A3017DDA; Mon, 2 Oct 2017 15:11:26 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.40.205.98]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8C46617977 for ; Mon, 2 Oct 2017 15:11:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E583B7E444 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 2 Oct 2017 17:10:47 +0200 Message-Id: <20171002151056.30841-10-abologna@redhat.com> In-Reply-To: <20171002151056.30841-1-abologna@redhat.com> References: <20171002151056.30841-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [libvirt-jenkins-ci PATCH 09/18] ansible: Add libvirt-perl project 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: , MIME-Version: 1.0 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.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 02 Oct 2017 15:20:19 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- ansible/host_vars/libvirt-centos-6/main.yml | 1 + ansible/host_vars/libvirt-centos-7/main.yml | 1 + ansible/host_vars/libvirt-debian-8/main.yml | 1 + ansible/host_vars/libvirt-debian-9/main.yml | 1 + ansible/host_vars/libvirt-fedora-25/main.yml | 1 + ansible/host_vars/libvirt-fedora-26/main.yml | 1 + ansible/host_vars/libvirt-fedora-rawhide/main.yml | 1 + ansible/host_vars/libvirt-freebsd-11/main.yml | 1 + ansible/host_vars/libvirt-ubuntu-14/main.yml | 1 + ansible/host_vars/libvirt-ubuntu-16/main.yml | 1 + ansible/tasks/build.yml | 34 +++++++++++++++++++= ++++ ansible/vars/libvirt-perl/CentOS-6.yml | 7 +++++ ansible/vars/libvirt-perl/CentOS-7.yml | 8 ++++++ ansible/vars/libvirt-perl/Debian-8.yml | 7 +++++ ansible/vars/libvirt-perl/Debian-9.yml | 7 +++++ ansible/vars/libvirt-perl/Fedora-25.yml | 8 ++++++ ansible/vars/libvirt-perl/Fedora-26.yml | 8 ++++++ ansible/vars/libvirt-perl/Fedora-Rawhide.yml | 8 ++++++ ansible/vars/libvirt-perl/FreeBSD-11.yml | 8 ++++++ ansible/vars/libvirt-perl/Ubuntu-14.yml | 6 ++++ ansible/vars/libvirt-perl/Ubuntu-16.yml | 7 +++++ 21 files changed, 118 insertions(+) create mode 100644 ansible/vars/libvirt-perl/CentOS-6.yml create mode 100644 ansible/vars/libvirt-perl/CentOS-7.yml create mode 100644 ansible/vars/libvirt-perl/Debian-8.yml create mode 100644 ansible/vars/libvirt-perl/Debian-9.yml create mode 100644 ansible/vars/libvirt-perl/Fedora-25.yml create mode 100644 ansible/vars/libvirt-perl/Fedora-26.yml create mode 100644 ansible/vars/libvirt-perl/Fedora-Rawhide.yml create mode 100644 ansible/vars/libvirt-perl/FreeBSD-11.yml create mode 100644 ansible/vars/libvirt-perl/Ubuntu-14.yml create mode 100644 ansible/vars/libvirt-perl/Ubuntu-16.yml diff --git a/ansible/host_vars/libvirt-centos-6/main.yml b/ansible/host_var= s/libvirt-centos-6/main.yml index f6fe574..61c8376 100644 --- a/ansible/host_vars/libvirt-centos-6/main.yml +++ b/ansible/host_vars/libvirt-centos-6/main.yml @@ -3,3 +3,4 @@ projects: - base - libvirt - libvirt-cim + - libvirt-perl diff --git a/ansible/host_vars/libvirt-centos-7/main.yml b/ansible/host_var= s/libvirt-centos-7/main.yml index fcb44ec..80b95f5 100644 --- a/ansible/host_vars/libvirt-centos-7/main.yml +++ b/ansible/host_vars/libvirt-centos-7/main.yml @@ -7,3 +7,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-debian-8/main.yml b/ansible/host_var= s/libvirt-debian-8/main.yml index 83e787e..1c2ecb5 100644 --- a/ansible/host_vars/libvirt-debian-8/main.yml +++ b/ansible/host_vars/libvirt-debian-8/main.yml @@ -6,3 +6,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-debian-9/main.yml b/ansible/host_var= s/libvirt-debian-9/main.yml index 83e787e..1c2ecb5 100644 --- a/ansible/host_vars/libvirt-debian-9/main.yml +++ b/ansible/host_vars/libvirt-debian-9/main.yml @@ -6,3 +6,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-fedora-25/main.yml b/ansible/host_va= rs/libvirt-fedora-25/main.yml index fcb44ec..80b95f5 100644 --- a/ansible/host_vars/libvirt-fedora-25/main.yml +++ b/ansible/host_vars/libvirt-fedora-25/main.yml @@ -7,3 +7,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-fedora-26/main.yml b/ansible/host_va= rs/libvirt-fedora-26/main.yml index fcb44ec..80b95f5 100644 --- a/ansible/host_vars/libvirt-fedora-26/main.yml +++ b/ansible/host_vars/libvirt-fedora-26/main.yml @@ -7,3 +7,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-fedora-rawhide/main.yml b/ansible/ho= st_vars/libvirt-fedora-rawhide/main.yml index fcb44ec..80b95f5 100644 --- a/ansible/host_vars/libvirt-fedora-rawhide/main.yml +++ b/ansible/host_vars/libvirt-fedora-rawhide/main.yml @@ -7,3 +7,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-freebsd-11/main.yml b/ansible/host_v= ars/libvirt-freebsd-11/main.yml index c8baf43..68dbbb2 100644 --- a/ansible/host_vars/libvirt-freebsd-11/main.yml +++ b/ansible/host_vars/libvirt-freebsd-11/main.yml @@ -13,3 +13,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/host_vars/libvirt-ubuntu-14/main.yml b/ansible/host_va= rs/libvirt-ubuntu-14/main.yml index 7508f19..49ee186 100644 --- a/ansible/host_vars/libvirt-ubuntu-14/main.yml +++ b/ansible/host_vars/libvirt-ubuntu-14/main.yml @@ -3,3 +3,4 @@ projects: - base - libosinfo - libvirt + - libvirt-perl diff --git a/ansible/host_vars/libvirt-ubuntu-16/main.yml b/ansible/host_va= rs/libvirt-ubuntu-16/main.yml index 83e787e..1c2ecb5 100644 --- a/ansible/host_vars/libvirt-ubuntu-16/main.yml +++ b/ansible/host_vars/libvirt-ubuntu-16/main.yml @@ -6,3 +6,4 @@ projects: - libvirt-glib - libvirt-go - libvirt-go-xml + - libvirt-perl diff --git a/ansible/tasks/build.yml b/ansible/tasks/build.yml index c10c546..36fc1cc 100644 --- a/ansible/tasks/build.yml +++ b/ansible/tasks/build.yml @@ -106,3 +106,37 @@ when: - ( project =3D=3D 'libvirt-go' or project =3D=3D 'libvirt-go-xml' ) + +# Perl build (makemaker) + +- name: '{{ project }}: Run Makefile.PL' + command: perl Makefile.PL + args: + chdir: '{{ project }}' + when: + - project =3D=3D 'libvirt-perl' + - false + +- name: '{{ project }}: Build project' + command: '{{ make }}' + args: + chdir: '{{ project }}' + when: + - project =3D=3D 'libvirt-perl' + - false + +- name: '{{ project }}: Build project manifest' + command: '{{ make }} -j{{ smp }} manifest' + args: + chdir: '{{ project }}' + when: + - project =3D=3D 'libvirt-perl' + - false + +- name: '{{ project }}: Run test suite' + command: '{{ make }} -j{{ smp }} test' + args: + chdir: '{{ project }}' + when: + - project =3D=3D 'libvirt-perl' + - false diff --git a/ansible/vars/libvirt-perl/CentOS-6.yml b/ansible/vars/libvirt-= perl/CentOS-6.yml new file mode 100644 index 0000000..446e587 --- /dev/null +++ b/ansible/vars/libvirt-perl/CentOS-6.yml @@ -0,0 +1,7 @@ +--- +packages: + - perl-ExtUtils-MakeMaker + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Time-HiRes + - perl-XML-XPath diff --git a/ansible/vars/libvirt-perl/CentOS-7.yml b/ansible/vars/libvirt-= perl/CentOS-7.yml new file mode 100644 index 0000000..1118406 --- /dev/null +++ b/ansible/vars/libvirt-perl/CentOS-7.yml @@ -0,0 +1,8 @@ +--- +packages: + - perl-CPAN-Changes + - perl-ExtUtils-MakeMaker + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Time-HiRes + - perl-XML-XPath diff --git a/ansible/vars/libvirt-perl/Debian-8.yml b/ansible/vars/libvirt-= perl/Debian-8.yml new file mode 100644 index 0000000..0141b85 --- /dev/null +++ b/ansible/vars/libvirt-perl/Debian-8.yml @@ -0,0 +1,7 @@ +--- +packages: + - libcpan-changes-perl + - libtest-pod-coverage-perl + - libtest-pod-perl + - libtime-hr-perl + - libxml-xpath-perl diff --git a/ansible/vars/libvirt-perl/Debian-9.yml b/ansible/vars/libvirt-= perl/Debian-9.yml new file mode 100644 index 0000000..0141b85 --- /dev/null +++ b/ansible/vars/libvirt-perl/Debian-9.yml @@ -0,0 +1,7 @@ +--- +packages: + - libcpan-changes-perl + - libtest-pod-coverage-perl + - libtest-pod-perl + - libtime-hr-perl + - libxml-xpath-perl diff --git a/ansible/vars/libvirt-perl/Fedora-25.yml b/ansible/vars/libvirt= -perl/Fedora-25.yml new file mode 100644 index 0000000..1118406 --- /dev/null +++ b/ansible/vars/libvirt-perl/Fedora-25.yml @@ -0,0 +1,8 @@ +--- +packages: + - perl-CPAN-Changes + - perl-ExtUtils-MakeMaker + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Time-HiRes + - perl-XML-XPath diff --git a/ansible/vars/libvirt-perl/Fedora-26.yml b/ansible/vars/libvirt= -perl/Fedora-26.yml new file mode 100644 index 0000000..1118406 --- /dev/null +++ b/ansible/vars/libvirt-perl/Fedora-26.yml @@ -0,0 +1,8 @@ +--- +packages: + - perl-CPAN-Changes + - perl-ExtUtils-MakeMaker + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Time-HiRes + - perl-XML-XPath diff --git a/ansible/vars/libvirt-perl/Fedora-Rawhide.yml b/ansible/vars/li= bvirt-perl/Fedora-Rawhide.yml new file mode 100644 index 0000000..1118406 --- /dev/null +++ b/ansible/vars/libvirt-perl/Fedora-Rawhide.yml @@ -0,0 +1,8 @@ +--- +packages: + - perl-CPAN-Changes + - perl-ExtUtils-MakeMaker + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Time-HiRes + - perl-XML-XPath diff --git a/ansible/vars/libvirt-perl/FreeBSD-11.yml b/ansible/vars/libvir= t-perl/FreeBSD-11.yml new file mode 100644 index 0000000..eb28197 --- /dev/null +++ b/ansible/vars/libvirt-perl/FreeBSD-11.yml @@ -0,0 +1,8 @@ +--- +packages: + - p5-CPAN-Changes + - p5-ExtUtils-MakeMaker + - p5-Test-Pod + - p5-Test-Pod-Coverage + - p5-Time-HiRes + - p5-XML-XPath diff --git a/ansible/vars/libvirt-perl/Ubuntu-14.yml b/ansible/vars/libvirt= -perl/Ubuntu-14.yml new file mode 100644 index 0000000..c539617 --- /dev/null +++ b/ansible/vars/libvirt-perl/Ubuntu-14.yml @@ -0,0 +1,6 @@ +--- +packages: + - libcpan-changes-perl + - libtest-pod-coverage-perl + - libtest-pod-perl + - libxml-xpath-perl diff --git a/ansible/vars/libvirt-perl/Ubuntu-16.yml b/ansible/vars/libvirt= -perl/Ubuntu-16.yml new file mode 100644 index 0000000..0141b85 --- /dev/null +++ b/ansible/vars/libvirt-perl/Ubuntu-16.yml @@ -0,0 +1,7 @@ +--- +packages: + - libcpan-changes-perl + - libtest-pod-coverage-perl + - libtest-pod-perl + - libtime-hr-perl + - libxml-xpath-perl --=20 2.13.6 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list