Bug 213366 - [ews] Add JSC-Only builders for MIPS and ARMv7 architectures
Summary: [ews] Add JSC-Only builders for MIPS and ARMv7 architectures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-18 21:49 PDT by Diego Pino
Modified: 2020-12-02 11:15 PST (History)
3 users (show)

See Also:


Attachments
Patch (8.38 KB, patch)
2020-06-18 21:51 PDT, Diego Pino
no flags Details | Formatted Diff | Diff
Patch (8.46 KB, patch)
2020-06-19 01:35 PDT, Diego Pino
no flags Details | Formatted Diff | Diff
Patch (8.39 KB, patch)
2020-06-22 12:33 PDT, Diego Pino
no flags Details | Formatted Diff | Diff
Patch (8.43 KB, patch)
2020-06-22 13:02 PDT, Diego Pino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-06-18 21:49:11 PDT
[ews] Add JSC-Only builders for MIPS and ARMv7 architectures
Comment 1 Diego Pino 2020-06-18 21:51:19 PDT
Created attachment 402268 [details]
Patch
Comment 2 Diego Pino 2020-06-19 01:35:33 PDT
Created attachment 402269 [details]
Patch
Comment 3 Aakash Jain 2020-06-22 05:13:17 PDT
Comment on attachment 402269 [details]
Patch

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

r+ with minor changes.

> Tools/BuildSlaveSupport/ews-build/config.json:479
> +      "name": "JSC-Build-MIPSEL-32bits-EWS",

Let's rename this to JSC-MIPSEL-32bits-Build-EWS to match with other builders.

> Tools/BuildSlaveSupport/ews-build/config.json:500
> +      "name": "JSC-Build-ARMv7-32bits-EWS",

Let's rename this to JSC-ARMv7-32bits-Build-EWS to match with other builders.

> Tools/BuildSlaveSupport/ews-build/factories.py:140
>  class JSCTestsFactory(Factory):

Let's rename this to JSCBuildAndTestsFactory (maybe in separate patch).
Comment 4 Diego Pino 2020-06-22 12:33:06 PDT
Created attachment 402490 [details]
Patch
Comment 5 Diego Pino 2020-06-22 13:02:15 PDT
Created attachment 402504 [details]
Patch
Comment 6 EWS 2020-06-22 22:04:59 PDT
Committed r263384: <https://trac.webkit.org/changeset/263384>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 402504 [details].
Comment 7 Radar WebKit Bug Importer 2020-06-22 22:05:17 PDT
<rdar://problem/64624871>
Comment 8 Aakash Jain 2020-06-23 04:23:17 PDT
Restarted EWS server to pick up this change.
Comment 9 Aakash Jain 2020-06-23 05:06:09 PDT
Minor follow-up fix: https://trac.webkit.org/changeset/263392/webkit