Bug 211581 - Delete code for old commit queue
Summary: Delete code for old 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: 213296
  Show dependency treegraph
 
Reported: 2020-05-07 10:18 PDT by Aakash Jain
Modified: 2020-06-17 08:15 PDT (History)
5 users (show)

See Also:


Attachments
Patch (66.48 KB, patch)
2020-05-07 10:21 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 2020-05-07 10:18:20 PDT
old commit-queue was decommissioned few months back in favor of commit-queue on new ews (https://ews-build.webkit.org/#/builders/Commit-Queue). We should delete the code for old commit queue.
Comment 1 Aakash Jain 2020-05-07 10:21:22 PDT
Created attachment 398755 [details]
Patch
Comment 2 Alexey Proskuryakov 2020-05-07 10:34:12 PDT
Comment on attachment 398755 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=398755&action=review

rs=me. Red is beautiful.

> Tools/Scripts/webkitpy/tool/steps/validatechangelogs.py:40
> +# This is closely related to the ValidateReviewer step.

Is ValidateReviewer still used?
Comment 3 Aakash Jain 2020-05-07 10:40:49 PDT
Comment on attachment 398755 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=398755&action=review

>> Tools/Scripts/webkitpy/tool/steps/validatechangelogs.py:40
>> +# This is closely related to the ValidateReviewer step.
> 
> Is ValidateReviewer still used?

Yes, ValidateChangeLogAndReviewer class in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/steps.py#L770 uses 'webkit-patch validate-changelog --check-oops --non-interactive'.

ValidateChangelog uses ValidateReviewer when --non-interactive flag is passed.
Comment 4 Alexey Proskuryakov 2020-05-07 10:54:36 PDT
I wonder if anyone uses webkit-patch validate-changelog.
Comment 5 Aakash Jain 2020-05-07 11:10:47 PDT
(In reply to Alexey Proskuryakov from comment #4)
> I wonder if anyone uses webkit-patch validate-changelog.
new commit-queue uses it (in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/steps.py#L770)

In new commit-queue, I simply used webkit-patch validate-changelog to perform changelog and reviewer validation. There is a large amount of logic which I did not want to re-implement/duplicate (so as to implement new commit-queue quickly). Especially logic to do fuzzy match for reviewer name/email/variation-of-name (e.g: matching 'Tim H' with 'Tim Horton').
Comment 6 EWS 2020-05-07 11:24:08 PDT
Committed r261319: <https://trac.webkit.org/changeset/261319>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398755 [details].
Comment 7 Radar WebKit Bug Importer 2020-05-07 11:25:15 PDT
<rdar://problem/62985206>