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

Andrea Bolognani posted 3 patches 7 years, 8 months ago
[libvirt] [jenkins-ci PATCH v3 3/3] projects: Add libvirt-master-build-website job
Posted by Andrea Bolognani 7 years, 8 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH v3 3/3] projects: Add libvirt-master-build-website job
Posted by Daniel P. Berrangé 7 years, 8 months ago
On Tue, Apr 17, 2018 at 06:20:46PM +0200, Andrea Bolognani wrote:
> 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@redhat.com>
> ---
>  guests/host_vars/libvirt-centos-6/main.yml |  3 +++
>  projects/libvirt.yaml                      | 11 +++++++++++
>  2 files changed, 14 insertions(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list