
On Tue, 2019-10-08 at 09:58 +0200, Fabiano FidĂȘncio wrote:
+++ b/guests/playbooks/build/projects/osinfo-db.yml @@ -21,14 +21,12 @@ $MAKE install OSINFO_DB_TARGET="--system" - include: '{{ playbook_base }}/jobs/generic-check-job.yml' vars: + machines: '{{ all_machines }}' command: | $MAKE check
These changes are not correct: you got it right...
+++ b/jenkins/projects/osinfo-db.yaml @@ -1,13 +1,7 @@ --- - project: name: osinfo-db - machines: - - libvirt-debian-10 - - libvirt-fedora-29 - - libvirt-fedora-30 - - libvirt-fedora-rawhide - - libvirt-freebsd-11 - - libvirt-freebsd-12 + machines: '{all_machines}'
... in the Jenkins part, so just do the same thing in the Ansible part too. With that fixed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization