Bug 217958

Summary: [build.webkit.org] Use builder tags instead of category for latest buildbot
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, dewei_zhu, jbedard, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 175056    
Attachments:
Description Flags
Patch
none
Patch none

Description Aakash Jain 2020-10-20 08:37:46 PDT
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.
Comment 1 Aakash Jain 2020-10-20 08:38:05 PDT
<rdar://problem/35211115>
Comment 2 Aakash Jain 2020-10-20 08:40:48 PDT
Created attachment 411868 [details]
Patch
Comment 3 Jonathan Bedard 2020-10-20 08:47:16 PDT
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 4 Aakash Jain 2020-10-20 09:02:47 PDT
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.
Comment 5 Aakash Jain 2020-10-20 09:03:28 PDT
Created attachment 411871 [details]
Patch
Comment 6 EWS 2020-10-20 10:53:59 PDT
Committed r268749: <https://trac.webkit.org/changeset/268749>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411871 [details].