-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the buildbot-dashboard wiki! Here are some topics that you may are looking:
By default the project will cache the builders to avoid the delay of reloading it everytime. If you insert a new builder or remove one, you can force the reload of the cache in the UI, there is a button on left side. This button will force the builders to be reloaded and the localStorage will also be cleaned.
If you have a lot of builders on your buildbot and a filesystem with small limit of files, you may run into too many open files
problem. As we want to keep the system as fast as possible on feedback a building process, we spam the routines to fetch the information from each builder all at the same time. The dashboard will not crash, but it will be delays on presenting the state
. Please keep a look at logs for this problem, and if start to happen it is recommended to increase the file limit on your system (ulimit
).
Know more about how to use the project with runit.