[libvirt] [jenkins-ci PATCH 2/2] projects: Run 'make syntax-check' for libvirt-dbus

Andrea Bolognani abologna at redhat.com
Tue Aug 14 15:35:34 UTC 2018


Now that we have the necessary tools installed, we
can run the extra checks for every build.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 projects/libvirt-dbus.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/projects/libvirt-dbus.yaml b/projects/libvirt-dbus.yaml
index c12a769..f01ea9e 100644
--- a/projects/libvirt-dbus.yaml
+++ b/projects/libvirt-dbus.yaml
@@ -15,7 +15,7 @@
             - libvirt-fedora-rawhide
             - libvirt-freebsd-10
             - libvirt-freebsd-11
-      - autotools-check-job:
+      - autotools-syntax-check-job:
           parent_jobs: 'libvirt-dbus-master-build'
           machines:
             - libvirt-debian-9
@@ -24,6 +24,15 @@
             - libvirt-fedora-rawhide
             - libvirt-freebsd-10
             - libvirt-freebsd-11
+      - autotools-check-job:
+          parent_jobs: 'libvirt-dbus-master-syntax-check'
+          machines:
+            - libvirt-debian-9
+            - libvirt-fedora-27
+            - libvirt-fedora-28
+            - libvirt-fedora-rawhide
+            - libvirt-freebsd-10
+            - libvirt-freebsd-11
       - autotools-rpm-job:
           parent_jobs: 'libvirt-dbus-master-check'
           machines: '{rpm_machines}'
-- 
2.17.1




More information about the libvir-list mailing list