Title: [181748] trunk/Tools
Revision
181748
Author
[email protected]
Date
2015-03-19 09:42:56 -0700 (Thu, 19 Mar 2015)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181747 => 181748)


--- trunk/Tools/ChangeLog	2015-03-19 16:40:36 UTC (rev 181747)
+++ trunk/Tools/ChangeLog	2015-03-19 16:42:56 UTC (rev 181748)
@@ -1,3 +1,13 @@
+2015-03-19  Brent Fulgham  <[email protected]>
+
+        [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.
+
 2015-03-19  Csaba Osztrogonác  <[email protected]>
 
         [GTK] Fix inspector userinterface related incremental build issue

Modified: trunk/Tools/Scripts/webkitpy/common/config/ews.json (181747 => 181748)


--- trunk/Tools/Scripts/webkitpy/common/config/ews.json	2015-03-19 16:40:36 UTC (rev 181747)
+++ trunk/Tools/Scripts/webkitpy/common/config/ews.json	2015-03-19 16:42:56 UTC (rev 181748)
@@ -12,7 +12,11 @@
         ]
     },
     "Win EWS": {
-        "port": "win"
+        "port": "win",
+        "watchers": [
+            "[email protected]"
+        ],
+        "runTests": true
     },
     "iOS EWS": {
         "port": "ios",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to