Bug 224580

Summary: Allow fast-cq as a prefix for patch name for fast-cq mode on commit-queue
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: jbedard, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=223954
Attachments:
Description Flags
[fast-cq] Patch none

Description Aakash Jain 2021-04-14 15:35:28 PDT
Currently the patch name prefix for enabling fast cq mode on commit queue is: '[fast-cq]' (added in https://commits.webkit.org/r275282). However, some users might not remember the exact keyword and use just fast-cq instead. We should allow that variation as well to make it easy for the users. i.e: patch name beginning with fast-cq prefix (e.g.: fast-cq-patch) should also trigger fast-cq mode on Commit Queue.
Comment 1 Aakash Jain 2021-04-14 15:37:45 PDT
Created attachment 426054 [details]
[fast-cq] Patch
Comment 2 EWS 2021-04-15 06:42:04 PDT
Committed r276020 (236572@main): <https://commits.webkit.org/236572@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426054 [details].
Comment 3 Radar WebKit Bug Importer 2021-04-15 06:43:18 PDT
<rdar://problem/76700662>
Comment 4 Aakash Jain 2021-04-16 05:33:12 PDT
Restarted EWS to pick up this change.