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-tag-filters-plugindirectory - Configure plugin in the
master/master.pyfile:c['www'] = dict( ... plugins=dict( ... tag_filters_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
- If you update plugin version, and it is not work, try to clear your web browser cache.
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
File details
Details for the file buildbot_tag_filters_plugin-2024.8.8.tar.gz.
File metadata
- Download URL: buildbot_tag_filters_plugin-2024.8.8.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4735ec1bd703f66c938d3c1ea4efb8353c275fe43e6ee1cfc1b70bbf77bee5fe
|
|
| MD5 |
b338a1903b62207a33fdb19366e5e781
|
|
| BLAKE2b-256 |
d8c75e63720e022ab045bc39c4306009055e354eb1aa8f4a387a09768dfde7c1
|
File details
Details for the file buildbot_tag_filters_plugin-2024.8.8-py3-none-any.whl.
File metadata
- Download URL: buildbot_tag_filters_plugin-2024.8.8-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fac139f73d7b723956a8d795fe735c6856f21017e82247f548ae75bc887a4c0f
|
|
| MD5 |
88a55a10ef46ec3c458458046b4722a2
|
|
| BLAKE2b-256 |
7909aee394f8345036a5a93d9faa3e1e0858384511b4e4c544bea94301513cce
|