[OpenStack-Infra] Deep pipelining with zuul

Doug Wiegley dougwig at parksidesoftware.com
Wed Feb 24 16:04:45 UTC 2016


Even if zuul doesn’t support the flow you want, you can also still use matrix, multijob, and downstream jobs on Jenkins itself to simulate the same behavior, with zuul just monitoring the parent job. Mix and match until you get the flow that you need.

doug


> On Feb 24, 2016, at 9:56 AM, Andrew Grimberg <agrimberg at linuxfoundation.org> wrote:
> 
> Greetings,
> 
> We're working on transitioning our Jenkins system off of Gerrit Trigger
> and JClouds to Zuul and Nodepool and have run into a bit of a snag.
> 
> We have some rather deep pipeline dependencies with our current
> configurations where one job produces information and possibly artifacts
> that are then passed on to one or more jobs downstream.
> 
> Is this sort of configuration even possible with Zuul? I can't seem to
> find anything in the documentation that would explain how to do this. If
> it's not currently possible, what would need to be done to extend Zuul
> to support something like this?
> 
> As a simple example we're looking to something like this (please excuse
> the bad ascii art)
> 
>                                / Verify1 \
> Gerrit event -- Zuul trigger --   Verify2  -- PipelineJob1 -- Response
>                                \ Verify3 /
> 
> 
> What the documentation is leading me to believe is that I can't do that
> extra PipelineJob1 (or multiple in serial / parallel)
> 
> -Andy-
> 
> -- 
> Andrew J Grimberg
> Systems Administrator
> The Linux Foundation
> 
> _______________________________________________
> OpenStack-Infra mailing list
> OpenStack-Infra at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra




More information about the OpenStack-Infra mailing list