Bug 223954

Summary: Add a fast-cq mode for commit-queue which will skip build and test
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, 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=223942
https://bugs.webkit.org/show_bug.cgi?id=224286
https://bugs.webkit.org/show_bug.cgi?id=224580
https://bugs.webkit.org/show_bug.cgi?id=232196
Attachments:
Description Flags
Patch none

Description Aakash Jain 2021-03-30 13:35:17 PDT
Add a fast-cq mode for commit-queue which will skip build and test. This will help in scenarios where the patch author wants to quickly land the patch (skipping building and testing on commit-queue). 

Few scenario where people might want to land patch without building/testing: build fix, quick typo fix.
Comment 1 Aakash Jain 2021-03-30 13:43:11 PDT
Created attachment 424687 [details]
Patch
Comment 2 Aakash Jain 2021-03-30 13:46:07 PDT
(In reply to Aakash Jain from comment #1)
> Created attachment 424687 [details]
This patch allows commit-queue to look at patch name and enable fast-cq mode when the patch name on bugzilla starts with [fast-cq] keyword. This is similar to how commit-queue currently skips building and testing for revert patches.

We can also update webkit-patch command to add this keyword to patch name when a certain parameter (e.g.: --fast-cq) is passed.
Comment 3 EWS 2021-03-31 09:03:37 PDT
Committed r275282: <https://commits.webkit.org/r275282>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 424687 [details].
Comment 4 Radar WebKit Bug Importer 2021-03-31 09:04:14 PDT
<rdar://problem/76055353>
Comment 5 Aakash Jain 2021-04-01 04:47:37 PDT
Restarted EWS server to pick up this change. This change is now live.
Comment 6 Aakash Jain 2021-04-01 13:52:55 PDT
Working fine. For e.g.: https://webkit.org/b/224054 had '[fast-cq] Patch', commit-queue took ~1 minute to land that patch in https://ews-build.webkit.org/#/builders/28/builds/10630