We are planning to upgrade build.webkit.org to latest Buildbot. As per http://docs.buildbot.net/latest/relnotes/0.9.0.html#changes-and-removals "Builders now have “tags” instead of a category. Builders can have multiple tags, allowing more flexible builder displays." We can generate these tags automatically from builder names and each builder can have multiple tags. This will allow easily filtering builder page using tags. Note that we can keep this code consistent with EWS code, so that eventually we can easily merge both codebases.
<rdar://problem/35211115>
Created attachment 411868 [details] Patch
Comment on attachment 411868 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411868&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/loadConfig.py:183 > + tags_blacklist = [str(i) for i in xrange(0, 20)] Should be blocklist, no?
Comment on attachment 411868 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411868&action=review >> Tools/BuildSlaveSupport/build.webkit.org-config/loadConfig.py:183 >> + tags_blacklist = [str(i) for i in xrange(0, 20)] > > Should be blocklist, no? Good catch. Missed this one while making this change in multiple places. Fixed in updated patch.
Created attachment 411871 [details] Patch
Committed r268749: <https://trac.webkit.org/changeset/268749> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411871 [details].