Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up "supported"-only buildbot waterfall view #46629

Closed
exarkun mannequin opened this issue Mar 18, 2008 · 2 comments
Closed

Set up "supported"-only buildbot waterfall view #46629

exarkun mannequin opened this issue Mar 18, 2008 · 2 comments

Comments

@exarkun
Copy link
Mannequin

exarkun mannequin commented Mar 18, 2008

BPO 2376

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-06-12.15:40:50.504>
created_at = <Date 2008-03-18.01:00:27.788>
labels = []
title = 'Set up "supported"-only buildbot waterfall view'
updated_at = <Date 2009-06-12.15:40:50.503>
user = 'https://bugs.python.org/exarkun'

bugs.python.org fields:

activity = <Date 2009-06-12.15:40:50.503>
actor = 'exarkun'
assignee = 'none'
closed = True
closed_date = <Date 2009-06-12.15:40:50.504>
closer = 'exarkun'
components = ['None']
creation = <Date 2008-03-18.01:00:27.788>
creator = 'exarkun'
dependencies = []
files = []
hgrepos = []
issue_num = 2376
keywords = []
message_count = 2.0
messages = ['63832', '89282']
nosy_count = 1.0
nosy_names = ['exarkun']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2376'
versions = []

@exarkun
Copy link
Mannequin Author

exarkun mannequin commented Mar 18, 2008

The Python buildbot's waterfall view currently shows all builders. Not
all of these are expected to work currently. This can be confusing to
people trying to understand the current state of Python on various
platforms. Buildbot can be configured to present limited views, for
example only including builders for platforms where all the tests are
expected to be passing (and expected to remain passing).

The way to place a builder in a particular category is with the
"category" keyword in its dict:

    builders.append({
              'name': 'foo',
              'factory': bar
              'category': 'unsupported'})

With 0.7.5, adding a "category" query argument will restrict the view to
include only builders from the specified category.

With 0.7.6, you can construct a custom
buildbot.status.web.waterfall.WaterfallStatusResource and pass a list
for the categories initializer argument which will restrict the builders
it displays. You can make several of these for different categories and
put them at various places in the resource hierarchy.

@exarkun
Copy link
Mannequin Author

exarkun mannequin commented Jun 12, 2009

This was done long ago, it seems.

@exarkun exarkun mannequin closed this as completed Jun 12, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants