Bug 187019

Summary: [ews-build] Add support for compiling WebKit
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, ews-watchlist, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch
none
Archive of layout-test-results from ews202 for win-future none

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>