Hi Thanks a lot for the reply.
Kinldy clarify me one thing, How will the re-check strings look like, I think they are in the following way, recheck no bug or recheck nobug --> for simple recheck recheck freescale --> for ci vendor specific recheck Thanking you. -- Trinath Somanchi - B39208 [email protected] | extn: 4048 -----Original Message----- From: Monty Taylor [mailto:[email protected]] Sent: Saturday, May 24, 2014 11:21 PM To: Elizabeth Krumbach Cc: Somanchi Trinath-B39208; <openstack-infra@lists. openstack. org> Subject: Re: [OpenStack-Infra] Zuul - recheck no bug not working It also looks like there may be an extra leading space in front of no bug On May 24, 2014 1:41 PM, "Elizabeth K. Joseph" <[email protected]> wrote: > > On Sat, May 24, 2014 at 3:03 AM, [email protected] > <[email protected]> wrote: > > Hi - > > > > > > > > With Zuul 2.0.0.163, > > > > > > > > How to add comment-filters for event 'comment-added'? > > > > > > > > My layout.yaml contains the following config for check pipeline. > > > > > > > > pipelines: > > > > - name: check > > > > manager: IndependentPipelineManager > > > > precedence: low > > > > trigger: > > > > gerrit: > > > > - event: patchset-created > > > > - event: change-restored > > > > - event: comment-added > > > > comment_filter: (?i)^(Patch Set [0-9]+:)?( > >[\w\\-]*)?(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug)|( > >freescale ))\s*$ > > This might not be it (is "recheck no bug" working?), but you have a > trailing whitespace after freescale in your regex, so it looks like it > might be trying to match: "recheck freescale " (note the space) rather > than "recheck freescale" > > -- > Elizabeth Krumbach Joseph || Lyz || pleia2 http://www.princessleia.com > > _______________________________________________ > OpenStack-Infra mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra > _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
