[Buildbot-devel] Trouble with addSuppression()

Mikhail Sobolev mss at mawhrin.net
Wed Apr 15 17:41:17 UTC 2015


Hi Vadim,

On Wed, Apr 15, 2015 at 05:25:13PM +0200, Vadim Zeitlin wrote:
>     step.addSuppression([
You actually need to create a new class based on what operation you'd like to
perform (Compile in this particular case) and override the method:

class MyCompile(Compile):
    def addSuppression(self, supp_list):
        ...

Please check implementation details[1] for how exactly this method should behave.

-- 
Misha

[1] https://github.com/buildbot/buildbot/blob/eight/master/buildbot/steps/shell.py#L435




More information about the devel mailing list