[libvirt] [jenkins-ci PATCH 3/6] projects: add gtk-vnc project

Andrea Bolognani abologna at redhat.com
Thu May 9 15:02:06 UTC 2019


On Fri, 2019-05-03 at 19:02 +0100, Daniel P. Berrangé wrote:
> +++ b/jenkins/projects/gtk-vnc.yaml
> @@ -0,0 +1,15 @@
> +---
> +- project:
> +    name: gtk-vnc
> +    machines: '{all_machines}'
> +    title: GTK-VNC
> +    archive_format: gz
> +    git_url: '{git_urls[gtk-vnc][default]}'
> +    jobs:
> +      - autotools-build-job:
> +      - autotools-syntax-check-job:
> +          parent_jobs: 'gtk-vnc-build'
> +      - autotools-check-job:
> +          parent_jobs: 'gtk-vnc-syntax-check'
> +      - autotools-rpm-job:
> +          parent_jobs: 'gtk-vnc-check'

Actually you also need to make sure you have

  - autotools-build-job:
      parent_jobs:

here and in the MinGW jobs, otherwise you'll make Jenkins Job
Builder very unhappy.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list