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*$
    success:
      gerrit:
        verified: 0
    failure:
      gerrit:
        verified: 0

The jobs are only triggered when a new patchset-created, change-restored .

But when  any comment with "recheck freescale" to the patchset, Job is not 
triggered.

Kindly help me to resolve this issue.

Thanks in advance
--
Trinath Somanchi - B39208
[email protected] | extn: 4048

_______________________________________________
OpenStack-Infra mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to