On 2015-10-21 13:36:41 +0200 (+0200), Francesco Santoro wrote: [...] > This setup is correctly working but zuul publishes comments also on > other patches that don't trigger any job. [...]
It's because file and branch filters affect which jobs run, but comments are tied to whether pipelines are triggered (not to individual jobs). What you probably want is https://review.openstack.org/188383 which will cause Zuul not to report for a pipeline at all if it has no matching jobs for a change triggering it. This merged to master a few weeks after 2.1.0 was released so isn't in an officially released version yet. You could try running from the tip of the master branch to get this improvement, or backport the patch to your installed version, or wait for the next release. -- Jeremy Stanley _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
