Title: [148046] trunk/Tools
Revision
148046
Author
[email protected]
Date
2013-04-09 13:47:34 -0700 (Tue, 09 Apr 2013)

Log Message

Kill old processes between runs on WinEWS bots.
Temporarily disable tests to let bots catch up again.

* EWSTools/start-queue-win.sh:
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(WinEWS):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148045 => 148046)


--- trunk/Tools/ChangeLog	2013-04-09 20:42:19 UTC (rev 148045)
+++ trunk/Tools/ChangeLog	2013-04-09 20:47:34 UTC (rev 148046)
@@ -1,3 +1,12 @@
+2013-04-06  Roger Fong  <[email protected]>
+
+        Kill old processes between runs on WinEWS bots.
+        Temporarily disable tests to let bots catch up again.
+
+        * EWSTools/start-queue-win.sh:
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (WinEWS):
+
 2013-04-09  Glenn Adams  <[email protected]>
 
         [webkitpy] Remove chromium deprecated port support.

Modified: trunk/Tools/EWSTools/start-queue-win.sh (148045 => 148046)


--- trunk/Tools/EWSTools/start-queue-win.sh	2013-04-09 20:42:19 UTC (rev 148045)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2013-04-09 20:47:34 UTC (rev 148046)
@@ -44,6 +44,8 @@
         taskkill.exe /f /im cl.exe
         echo "TASK: webkit-patch win-ews"
         ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
+        echo "TASK: kill old processes"
+        ~/WebKit/Tools/BuildSlaveSupport/kill-old-processes
     done
 }
 

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (148045 => 148046)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-09 20:42:19 UTC (rev 148045)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-09 20:47:34 UTC (rev 148046)
@@ -174,7 +174,6 @@
 class WinEWS(AbstractEarlyWarningSystem):
     name = "win-ews"
     port_name = "win"
-    _default_run_tests = True
 
 class MacEWS(AbstractEarlyWarningSystem):
     name = "mac-ews"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to