Add a project defining the libvirt-perl package build jobs
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
projects/libvirt-perl.yaml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 projects/libvirt-perl.yaml
diff --git a/projects/libvirt-perl.yaml b/projects/libvirt-perl.yaml
new file mode 100644
index 0000000..8756dd5
--- /dev/null
+++ b/projects/libvirt-perl.yaml
@@ -0,0 +1,18 @@
+
+- project:
+ name: libvirt-perl
+ machines:
+ - libvirt-centos-7
+ - libvirt-fedora-21
+ - libvirt-fedora-22
+ - libvirt-fedora-23
+ - libvirt-fedora-rawhide
+ title: Libvirt Perl
+ jobs:
+ - perl-makemaker-build-job:
+ parent_jobs: 'libvirt-build'
+ - perl-makemaker-test-job:
+ parent_jobs: 'libvirt-perl-build'
+ test_args: 'TEST_MAINTAINER=1'
+ - perl-makemaker-rpm-job:
+ parent_jobs: 'libvirt-perl-test'
--
2.7.4