<div dir="ltr"><div><div>Hello,<br><br>Which version of zuul are you using? I know it has a few changes in gerrit and zuul needs to be in the latest version.<br><br>Also, can you run zuul manually (I think there's a option to not run as a daemon) and see if there's some parser error in the yaml file.<br>

</div>Are you running the zuul-merger daemon as well right?<br><br></div>Kind regards,<br>Arx Cruz<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 2, 2014 at 4:57 PM, Dane Leblanc (leblancd) <span dir="ltr"><<a href="mailto:leblancd@cisco.com" target="_blank">leblancd@cisco.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Hi Arx:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Thanks for responding. I tried making a couple of changes to make my yaml file look more like yours (removed the “precedence: low”, removed the event/comment_filter
 for the generic “recheck…”, used a ‘-‘ instead of space in the custom recheck, but let the “verified” fields in). I’m still not seeing jobs getting triggered from the pipeline.  Here’s my current yaml:<u></u><u></u></span></p>


<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">   
<a href="http://paste.openstack.org/show/78519/" target="_blank">http://paste.openstack.org/show/78519/</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">I’m still stumped.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Thanks,<br>
Dane<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Arx Cruz [mailto:<a href="mailto:arxcruz@gmail.com" target="_blank">arxcruz@gmail.com</a>]
<br>
<b>Sent:</b> Friday, May 02, 2014 2:46 PM<br>
<b>To:</b> Dane Leblanc (leblancd)<br>
<b>Cc:</b> <a href="mailto:openstack-infra@lists.openstack.org" target="_blank">openstack-infra@lists.openstack.org</a><br>
<b>Subject:</b> Re: [OpenStack-Infra] [openstack-dev] [infra] zuul layout.yaml config for trigger on rechecks<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello,<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Mine works well, here's mine layout.yaml:<br>
<br>
<a href="http://paste.openstack.org/show/78508/" target="_blank">http://paste.openstack.org/show/78508/</a><u></u><u></u></p>
</div>
<p class="MsoNormal">Kind regards,<br>
Arx Cruz<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Fri, May 2, 2014 at 3:16 PM, Dane Leblanc (leblancd) <<a href="mailto:leblancd@cisco.com" target="_blank">leblancd@cisco.com</a>> wrote:<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Hello:</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">I’m trying to get a 3<sup>rd</sup> party test setup to trigger on “recheck no bug”, “recheck bug #####”,
 etc. along with a custom, vendor-specific “recheck cisco”.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">I’ve set up the gerrit trigger in the layout.yaml with regex’s which I believe should match the recheck
 comments.  The layout.yaml is listed in this paste:</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">    
<a href="http://paste.openstack.org/show/78504/" target="_blank">http://paste.openstack.org/show/78504/</a></span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">The layout.yaml works perfectly for “patchset-created” events. However, for “comment-added” events with
 comments of the expected form (“recheck …”), I’m not seeing any jobs triggered from the IndependentPipelineManager.  I’ve included a snippet from the debug.log for a sample “recheck cisco” comment.</span><u></u><u></u></p>


<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Is there something I’m missing (or have incorrect) in the layout.yaml?</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Thanks for any guidance!</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue">Dane</span><span style="color:#888888"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue"> </span><span style="color:#888888"><u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
OpenStack-Infra mailing list<br>
<a href="mailto:OpenStack-Infra@lists.openstack.org" target="_blank">OpenStack-Infra@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra</a><u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

</blockquote></div><br></div>