Gentoo Theme for Buildbot.
pip install buildbot-tyrian-theme
pip install -r requirements.txt
python setup.py install
Add the plugin to the master.cfg
file:
c['www'] = dict(port=8010,
plugins=dict(waterfall_view={}, console_view={}, grid_view={}, tyrian_view={}))
An example configuration has been provided, (See: doc/example/master.cfg
).
To view the example,
cd example
buildbot create-master
buildbot start
Courtesy of https://kernel-ci.emjay-embedded.co.uk.
SPDX-License-Identifier: GPL-3.0-or-later