Skip to content

GKernelCI/buildbot_tyrian_theme

Repository files navigation

Tyrian for Buildbot

Gentoo Theme for Buildbot.

Installation

PyPI

pip install buildbot-tyrian-theme

Source

pip install -r requirements.txt
python setup.py install

Usage

Add the plugin to the master.cfg file:

c['www'] = dict(port=8010,
                plugins=dict(waterfall_view={}, console_view={}, grid_view={}, tyrian_view={}))

Example

An example configuration has been provided, (See: doc/example/master.cfg).

To view the example,

cd example
buildbot create-master
buildbot start

Screenshot

Screenshot

Courtesy of https://kernel-ci.emjay-embedded.co.uk.

License

SPDX-License-Identifier: GPL-3.0-or-later

Reference