[users at bb.net] Web UI - Home Page - Previous X Builds
Steven A. White ARA/SED
sawhite at ara.com
Fri Aug 10 14:38:47 UTC 2018
I'm currently using the following setup Python version: 3.6.5* Buildbot version: 1.1.1* Twisted version: 18.4.0
On my system buildbots home page seems to ignore my web settings for how many previous builds to show and always defaults to 20. I've tested this on a few other public Buildbots just using the settings tab they seem to behave the same way.
So in my config file I have added the following
c['www']['ui_default_config'] = {
'Waterfall.scaling_waterfall': 0.5,
'Grid.fullChanges': True,
'Grid.revisionLimit': 10,
'Builders.show_workers_name': True,
'Home.max_recent_builds': 40,
'Home.max_recent_builders': 40,
}
The Waterfall and Grid View changes seem to be respected, but the Home.max_recent.builds<http://Home.max_recent.builds> Home.max_recent_builds is ignore entirely. Is this a known bug or should the home page respect these settings and properly show 40 previous runs?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20180810/ff4fa413/attachment.html>
More information about the users
mailing list