[libvirt] [jenkins-ci PATCH v2 07/12] osinfo-db: Build again on all machines

Andrea Bolognani abologna at redhat.com
Tue Oct 8 15:57:24 UTC 2019


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 at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list