Re: [Python-buildbots] Filtering build triggers

2018-06-09 Thread Zachary Ware
On Sat, Jun 9, 2018 at 1:34 AM, Jeremy Kloth wrote: > Would it be possible to add a filter to the build trigger that would > skip documentation only changes like the configuration for AppVeyor? > (see .github/appveyor.yml) To my knowledge, we don't have any tests > dependent on the contents of do

Re: [Python-buildbots] Filtering build triggers

2018-06-09 Thread Jeremy Kloth
On Sat, Jun 9, 2018 at 8:48 AM Zachary Ware wrote: > This should already be implemented. See here: > https://github.com/python/buildmaster-config/blob/56aa6ddc4333cb0829eb90847a4c89c90a5d4db4/master/master.cfg#L524-L537 Ah, I did miss that. However it is a different set of filters than exist in

Re: [Python-buildbots] Filtering build triggers

2018-06-09 Thread Zachary Ware
On Sat, Jun 9, 2018 at 10:15 AM, Jeremy Kloth wrote: > On Sat, Jun 9, 2018 at 8:48 AM Zachary Ware > wrote: >> This should already be implemented. See here: >> https://github.com/python/buildmaster-config/blob/56aa6ddc4333cb0829eb90847a4c89c90a5d4db4/master/master.cfg#L524-L537 > > Ah, I did mis

Re: [Python-buildbots] Filtering build triggers

2018-06-09 Thread Jeremy Kloth
On Sat, Jun 9, 2018 at 11:56 AM Zachary Ware wrote: > Good point. I've expanded the definition of an unimportant file, see > https://github.com/python/buildmaster-config/pull/38/files which is > now deployed. Thanks, that should eliminate most all false builds. -- Jeremy Kloth