[libvirt] [jenkins-ci PATCH] projects: set TEST_MAINTAINER for libvirt-perl build job too

Andrea Bolognani abologna at redhat.com
Thu May 17 13:21:53 UTC 2018


On Thu, 2018-05-17 at 12:46 +0100, Daniel P. Berrangé wrote:
> The TEST_MAINTAINER=1 env variable will effect running of Build.PL,
> causing it to turn on many more GCC warning flags to validate the
> build. So we need to set it for build job as well as test job.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  projects/libvirt-perl.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/projects/libvirt-perl.yaml b/projects/libvirt-perl.yaml
> index 5cbe04c..28288e8 100644
> --- a/projects/libvirt-perl.yaml
> +++ b/projects/libvirt-perl.yaml
> @@ -6,6 +6,8 @@
>      jobs:
>        - perl-modulebuild-build-job:
>            parent_jobs: 'libvirt-master-build'
> +          local_env: |
> +            export TEST_MAINTAINER=1
>        - perl-modulebuild-check-job:
>            parent_jobs: 'libvirt-perl-master-build'
>            local_env: |

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

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list