mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-04 20:54:48 +02:00
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:
parent
88c34959b5
commit
a70b65bcc2
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user