[users at bb.net] Parse log output and display computed information

Andreas Sommer andreas.sommer87 at googlemail.com
Sun Jun 24 09:10:02 UTC 2018


Hi all,

I've read the "Adding LogObservers" tutorial[0] which leverages `self.step.setProgress` to store information parsed from the log.

However this function isn't even implemented:
> master/buildbot/process/buildstep.py:
>    def setProgress(self, metric, value):
>        # this function temporarily does nothing
>        pass

Any plans to get this finished? If it were implemented, could it be used to display something in the web interface. My use case: find the line `[02:22:49] Logs: /pdr/data/logs/bulk/103amd64-2018Q2-bulk-master/2018-06-24_01h12m11s` and construct+display a clickable web link to the detailed build log (which are created in separate files on disk).

Cheers,
 Andreas

[0] http://docs.buildbot.net/latest/manual/customization.html#adding-logobservers


More information about the users mailing list