[libvirt] [PATCH jenkins-ci 12/19] projects: add the libvirt-sandbox package

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


Add a project defining the libvirt-sandbox package build jobs

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

diff --git a/projects/libvirt-sandbox.yaml b/projects/libvirt-sandbox.yaml
new file mode 100644
index 0000000..81ac632
--- /dev/null
+++ b/projects/libvirt-sandbox.yaml
@@ -0,0 +1,19 @@
+
+- project:
+    name: libvirt-sandbox
+    machines:
+      - libvirt-fedora-21
+      - libvirt-fedora-22
+      - libvirt-fedora-23
+      - libvirt-fedora-rawhide
+    title: Libvirt Sandbox
+    jobs:
+      - autotools-build-job:
+          parent_jobs: 'libvirt-glib-build'
+          autogen_args: --enable-gtk-doc
+      - autotools-syntax-check-job:
+          parent_jobs: 'libvirt-sandbox-build'
+      - autotools-check-job:
+          parent_jobs: 'libvirt-sandbox-syntax-check'
+      - autotools-rpm-job:
+          parent_jobs: 'libvirt-sandbox-check'
-- 
2.7.4




More information about the libvir-list mailing list