[Webkit-unassigned] [Bug 88914] New: builders.py should autogenerate the list of builders from the buildbot json

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 13:58:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88914

           Summary: builders.py should autogenerate the list of builders
                    from the buildbot json
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: eric at webkit.org, abarth at webkit.org,
                    simon.fraser at apple.com, dpranke at chromium.org


We shouldn't need to manually keep this list up to date. We should grab the list of builders from the buildbot json and filter out the non-testers. The flakiness dashboard does this and it requires almost no manual maintenance. See requestBuilderList in http://trac.webkit.org/browser/trunk/Tools/TestResultServer/static-dashboards/builders.js#L134.

The only tricky bit here is that builders.py has extra metadata that we'd have to infer from the buildername, specifically port_name and specifiers. Actually, now that I think about this more, is this the only place we map builder name to port name? Maybe we do need this list after all. :( Dirk or Adam, WDYT?

While we're at it we probably want to improve the naming so that it's clear that this list only contains testers.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list