Changeset 181748 in webkit
- Timestamp:
- Mar 19, 2015, 9:42:56 AM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/common/config/ews.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r181735 r181748 1 2015-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 1 11 2015-03-19 Csaba Osztrogonác <ossy@webkit.org> 2 12 -
trunk/Tools/Scripts/webkitpy/common/config/ews.json
r178641 r181748 13 13 }, 14 14 "Win EWS": { 15 "port": "win" 15 "port": "win", 16 "watchers": [ 17 "bfulgham@apple.com" 18 ], 19 "runTests": true 16 20 }, 17 21 "iOS EWS": {
Note:
See TracChangeset
for help on using the changeset viewer.