⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181748 in webkit


Ignore:
Timestamp:
Mar 19, 2015, 9:42:56 AM (11 years ago)
Author:
Brent Fulgham
Message:

[Win] Activate tests on EWS
https://bugs.webkit.org/show_bug.cgi?id=142850

Reviewed by Alexey Proskuryakov.

  • Scripts/webkitpy/common/config/ews.json: Add me as

the EWS bot watcher, and activate tests.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181735 r181748  
     12015-03-19  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Activate tests on EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=142850
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * Scripts/webkitpy/common/config/ews.json: Add me as
     9        the EWS bot watcher, and activate tests.
     10
    1112015-03-19  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/Tools/Scripts/webkitpy/common/config/ews.json

    r178641 r181748  
    1313    },
    1414    "Win EWS": {
    15         "port": "win"
     15        "port": "win",
     16        "watchers": [
     17            "bfulgham@apple.com"
     18        ],
     19        "runTests": true
    1620    },
    1721    "iOS EWS": {
Note: See TracChangeset for help on using the changeset viewer.