Bug 193196 - [ews-build] Use update-webkit script in Style EWS
Summary: [ews-build] Use update-webkit script in Style EWS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-07 07:54 PST by Aakash Jain
Modified: 2019-08-27 04:21 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.02 KB, patch)
2019-07-24 15:49 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff
Patch (8.20 KB, patch)
2019-07-24 16:12 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 2019-01-07 07:54:22 PST
We should use clean-webkit and update-webkit scripts to clean and update the webkit checkout. These scripts are more reliable than Buildbot default method.

Buildbot updates the repo in a weird manner, and doesn't update the source completely. It only does a 'git fetch', not 'git pull'. It results in origin/master never being updated. Therefore 'git status' shows: "Your branch is ahead of 'origin/master' by x commits."

This cause the Style checker to check for style error in all those past x commits and therefore failing. For e.g.: https://ews-build.webkit-uat.org/#/builders/5/builds/1001 fails with 18 style errors, even though that patch(358478) did not had any style error.
Comment 1 Aakash Jain 2019-07-24 15:49:21 PDT
Created attachment 374821 [details]
Patch
Comment 2 EWS Watchlist 2019-07-24 15:52:12 PDT Comment hidden (obsolete)
Comment 3 Aakash Jain 2019-07-24 16:12:09 PDT
Created attachment 374825 [details]
Patch
Comment 4 EWS Watchlist 2019-07-24 16:14:24 PDT Comment hidden (obsolete)
Comment 6 WebKit Commit Bot 2019-07-26 12:22:10 PDT
Comment on attachment 374825 [details]
Patch

Clearing flags on attachment: 374825

Committed r247871: <https://trac.webkit.org/changeset/247871>
Comment 7 WebKit Commit Bot 2019-07-26 12:22:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Radar WebKit Bug Importer 2019-07-29 09:19:25 PDT
<rdar://problem/53664345>