[libvirt] [PATCH jenkins-ci 08/19] projects: add the libvirt-python package

Daniel P. Berrange berrange at redhat.com
Thu Aug 4 14:52:17 UTC 2016


Add a project defining the libvirt-python package build jobs

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 projects/libvirt-python.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 projects/libvirt-python.yaml

diff --git a/projects/libvirt-python.yaml b/projects/libvirt-python.yaml
new file mode 100644
index 0000000..4c596c5
--- /dev/null
+++ b/projects/libvirt-python.yaml
@@ -0,0 +1,18 @@
+
+- project:
+    name: libvirt-python
+    machines:
+      - libvirt-centos-6
+      - libvirt-centos-7
+      - libvirt-fedora-21
+      - libvirt-fedora-22
+      - libvirt-fedora-23
+      - libvirt-fedora-rawhide
+    title: Libvirt Python
+    jobs:
+      - python-distutils-build-job:
+          parent_jobs: 'libvirt-build'
+      - python-distutils-check-job:
+          parent_jobs: 'libvirt-python-build'
+      - python-distutils-rpm-job:
+          parent_jobs: 'libvirt-python-check'
-- 
2.7.4




More information about the libvir-list mailing list