Gentoo Theme for Buildbot.
pip install buildbot-tyrian-themepip install -r requirements.txt
python setup.py installAdd 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 startCourtesy of https://kernel-ci.emjay-embedded.co.uk.
SPDX-License-Identifier: GPL-3.0-or-later
