Bug 224580 - Allow fast-cq as a prefix for patch name for fast-cq mode on commit-queue
Summary: Allow fast-cq as a prefix for patch name for fast-cq mode on commit-queue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-14 15:35 PDT by Aakash Jain
Modified: 2021-04-16 05:33 PDT (History)
3 users (show)

See Also:


Attachments
[fast-cq] Patch (3.99 KB, patch)
2021-04-14 15:37 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.