Add builders filters menu section
Project description
Buildbot tags section plugin
The plugin adds a section to the side menu with pre-prepared builders filters by tags.
Usage
- Install python package
buildbot-tags-section-plugindirectory - Configure plugin in the
master/master.pyfile:c['www'] = dict( ... plugins=dict( ... tags_section_plugin={ "sections": [ { "name": "MDBE", "filters": [ {"name": "Only build", "tags": ["+build", "-test"]}, {"name": "Only test", "tags": ["-build", "+test"]} ], }, { "name": "MaxScale", "filters": [ {"name": "Only build", "tags": ["+build", "-test"]}, {"name": "Only test", "tags": ["-build", "+test"]} ], } ], } ) )
- Reconfigure BuildBot
Build and distribution
Get more information at https://packaging.python.org/tutorials/packaging-projects/
-
python3 -m pip install --user --upgrade setuptools wheel -
python3 setup.py sdist bdist_wheel -
python3 -m pip install --user --upgrade twine -
python3 -m twine upload --repository pypi dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters