Bug 187019 - [ews-build] Add support for compiling WebKit
Summary: [ews-build] Add support for compiling WebKit
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: 2018-06-25 15:01 PDT by Aakash Jain
Modified: 2018-06-26 18:20 PDT (History)
5 users (show)

See Also:


Attachments
Proposed patch (15.41 KB, patch)
2018-06-25 15:33 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews202 for win-future (12.85 MB, application/zip)
2018-06-25 18:44 PDT, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2018-06-25 15:01:01 PDT
We should add support for compiling WebKit in EWS Buildbot.
Comment 1 Aakash Jain 2018-06-25 15:33:01 PDT
Created attachment 343549 [details]
Proposed patch

This is similar to what we use in other Buildbot code (in build.webkit.org)

Also tested on ews-build.webkit-uat.org (http://ews-build.webkit-uat.org/#/builders/9/builds/9)
Comment 2 EWS Watchlist 2018-06-25 15:35:18 PDT Comment hidden (obsolete)
Comment 3 EWS Watchlist 2018-06-25 18:44:41 PDT Comment hidden (obsolete)
Comment 4 EWS Watchlist 2018-06-25 18:44:52 PDT Comment hidden (obsolete)
Comment 5 Lucas Forschler 2018-06-26 14:19:28 PDT
Comment on attachment 343549 [details]
Proposed patch

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

> Tools/BuildSlaveSupport/ews-build/config.json:246
> +      "architectures": ["i386"],

are we not using x86_64 on windows for this configuration?

> Tools/BuildSlaveSupport/ews-build/steps.py:86
> +    if platform not in ('gtk', 'wincairo', 'ios', 'jsc-only', 'wpe'):

it would be nice if we had a "supported platforms" list somewhere we could use... rather than having to manually update them here.
Comment 6 Aakash Jain 2018-06-26 18:09:10 PDT
Comment on attachment 343549 [details]
Proposed patch

> are we not using x86_64 on windows for this configuration?
Removed windows changes from the patch for now, will add windows configuration in a separate patch.

> it would be nice if we had a "supported platforms" list somewhere we could use... rather than having to manually update them here.
Added FIXME as discussed.
Comment 7 Aakash Jain 2018-06-26 18:09:57 PDT
Committed r233235: <https://trac.webkit.org/changeset/233235>.
Comment 8 Radar WebKit Bug Importer 2018-06-26 18:20:50 PDT
<rdar://problem/41501535>