Skip to main content

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

  1. Install python package buildbot-tags-section-plugin directory
  2. Configure plugin in the master/master.py file:
        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"]}
                            ],
                        }
                    ],
                }
            )
        )
    
  3. Reconfigure BuildBot

Build and distribution

Get more information at https://packaging.python.org/tutorials/packaging-projects/

  1. python3 -m pip install --user --upgrade setuptools wheel
    
  2. python3 setup.py sdist bdist_wheel
    
  3. python3 -m pip install --user --upgrade twine
    
  4. python3 -m twine upload --repository pypi dist/*
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buildbot-tags-section-plugin-2020.8.20.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file buildbot-tags-section-plugin-2020.8.20.tar.gz.

File metadata

  • Download URL: buildbot-tags-section-plugin-2020.8.20.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for buildbot-tags-section-plugin-2020.8.20.tar.gz
Algorithm Hash digest
SHA256 814fdd6ef0c93332552e70e924abb5133d3a077d6712eb87b746a8363d98391f
MD5 5d84f2be0631169de7d5e8fbdf771cc8
BLAKE2b-256 ecc0498930083050d98fc19b3edf22eabca0e3a5d6a8fde96ee66615605e1821

See more details on using hashes here.

File details

Details for the file buildbot_tags_section_plugin-2020.8.20-py3-none-any.whl.

File metadata

  • Download URL: buildbot_tags_section_plugin-2020.8.20-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9

File hashes

Hashes for buildbot_tags_section_plugin-2020.8.20-py3-none-any.whl
Algorithm Hash digest
SHA256 948ed83c56ae0ded4c6688ad63f97e82191460bdfe9f42ecc857ab3bd86f7df2
MD5 7f1012dbd442e3f261029a45a87f2da5
BLAKE2b-256 5dc01ad8857866b82f6bb80035956c8836ed365a06f29b3eb9ad78597539b979

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page