[libvirt] [jenkins-ci PATCH v3 3/3] projects: Add libvirt-master-build-website job

Andrea Bolognani abologna at redhat.com
Tue Apr 17 16:20:46 UTC 2018


This will ensure libvirt maintains the minimum amount of
compatibility with CentOS 6 that running its website on that
platform requires.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/host_vars/libvirt-centos-6/main.yml |  3 +++
 projects/libvirt.yaml                      | 11 +++++++++++
 2 files changed, 14 insertions(+)

diff --git a/guests/host_vars/libvirt-centos-6/main.yml b/guests/host_vars/libvirt-centos-6/main.yml
index 06fd496..fe9a47b 100644
--- a/guests/host_vars/libvirt-centos-6/main.yml
+++ b/guests/host_vars/libvirt-centos-6/main.yml
@@ -1,3 +1,6 @@
 ---
 PERL5LIB: $VIRT_PREFIX/lib64/perl5
 PYTHONPATH: $VIRT_PREFIX/lib64/python2.6/site-packages
+
+projects:
+  - libvirt+website
diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml
index 56b82e9..b720757 100644
--- a/projects/libvirt.yaml
+++ b/projects/libvirt.yaml
@@ -43,3 +43,14 @@
           local_env: '{mingw64_local_env}'
           autogen_args: '{mingw64_autogen_args}'
           machines: '{mingw_machines}'
+      - generic-build-job:
+          parent_jobs:
+          variant: -website
+          command: |
+            mkdir build
+            cd build
+            ../autogen.sh --without-libvirtd --without-macvtap
+            $MAKE -j{smp} -C docs/
+            $MAKE -j{smp} dist
+          machines:
+            - libvirt-centos-6
-- 
2.14.3




More information about the libvir-list mailing list