[libvirt] [jenkins-ci PATCH v2 10/12] libvirt-dbus: Take advantage of Python 3 on CentOS 7

Andrea Bolognani abologna at redhat.com
Tue Oct 8 16:10:00 UTC 2019


On Tue, 2019-10-08 at 09:58 +0200, Fabiano Fidêncio wrote:
> +++ b/guests/playbooks/build/projects/libvirt-dbus.yml
> @@ -9,10 +9,10 @@
>  - include: '{{ playbook_base }}/jobs/autotools-build-job.yml'
>  - include: '{{ playbook_base }}/jobs/autotools-syntax-check-job.yml'
>    vars:
> -    # CentOS 7 doesn't include Python 3, while the versions of flake8
> -    # and pyflakes currently available on FreeBSD (3.5.0 and 2.0.0
> +    # flake8 and pyflakes versions available on FreeBSD (3.5.0 and 2.0.0
>      # respectively) are not compatible

This comment...

> +++ b/jenkins/projects/libvirt-dbus.yaml
> @@ -10,10 +10,10 @@
>            parent_jobs: 'libvirt-glib-build'
>        - autotools-syntax-check-job:
>            parent_jobs: 'libvirt-dbus-build'
> -          # CentOS 7 doesn't include Python 3, while the versions of flake8
> -          # and pyflakes currently available on FreeBSD (3.5.0 and 2.0.0
> -          # respectively) are not compatible
> +          # flake8 and pyflakes versions currently available on FreeBSD
> +          # (3.5.0 and 2.0.0 respectively) are not compatible.

... and this one don't match. Make sure they do.

With that fixed,

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list