master.cfg: Increase default number of builds shown on the worker page

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-03-11 11:12:58 +00:00 committed by Michael Halstead
parent 88c34959b5
commit a70b65bcc2

View File

@ -103,6 +103,8 @@ c['buildbotURL'] = "https://autobuilder.yoctoproject.org/main/"
#c['www']['plugins']['profiler'] = True
# Clean up the default build display format to be neater
# Also show a more appropriate number of builds on the worker page
c['www']['ui_default_config'] = {
'Links.build_link_template': "%(prop:branch) %(build_number)"
'Links.build_link_template': "%(prop:branch) %(build_number)",
'Workers.buildFetchLimit': 200
}