Changeset 250102 in webkit


Ignore:
Timestamp:
Sep 19, 2019 1:07:44 PM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews] Fix platform for JSC EWS
https://bugs.webkit.org/show_bug.cgi?id=201997

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r249960 r250102  
    151151    {
    152152      "name": "ews127",
    153       "platform": "jsc-only"
     153      "platform": "mac-highsierra"
    154154    },
    155155    {
    156156      "name": "ews128",
    157       "platform": "jsc-only"
     157      "platform": "mac-highsierra"
    158158    },
    159159    {
     
    423423      "icon": "buildAndTest",
    424424      "factory": "JSCTestsFactory",
    425       "platform": "jsc-only",
     425      "platform": "mac-highsierra",
    426426      "configuration": "release",
    427427      "workernames": ["ews127", "ews128"]
  • trunk/Tools/ChangeLog

    r250093 r250102  
     12019-09-19  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews] Fix platform for JSC EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=201997
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-09-19  Brent Fulgham  <bfulgham@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.