Now that we have the necessary tools installed, we
can run the extra checks for every build.
Signed-off-by: Andrea Bolognani <abologna(a)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