Title: [144840] trunk/Tools
Revision
144840
Author
roger_f...@apple.com
Date
2013-03-05 16:10:49 -0800 (Tue, 05 Mar 2013)

Log Message

Increase number of WinEWS iterations to 20.
Don't reboot after each iteration set.
Make EWS bots just build temporarily so that the queue catches up again.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (144839 => 144840)


--- trunk/Tools/ChangeLog	2013-03-06 00:05:14 UTC (rev 144839)
+++ trunk/Tools/ChangeLog	2013-03-06 00:10:49 UTC (rev 144840)
@@ -1,3 +1,13 @@
+2013-03-05  Roger Fong  <roger_f...@apple.com>
+
+        Increase number of WinEWS iterations to 20.
+        Don't reboot after each iteration set.
+        Make EWS bots just build temporarily so that the queue catches up again.
+
+        * EWSTools/start-queue-win.sh:
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (WinEWS):
+
 2013-03-04  James Robinson  <jam...@chromium.org>
 
         [chromium] Move check for threaded compositing from WebCompositorSupport to Platform

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2013-03-06 00:05:14 UTC (rev 144839)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2013-03-06 00:10:49 UTC (rev 144840)
@@ -33,7 +33,5 @@
 	echo "TASK: kill orphaned tasks"
 	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 15
-	echo "TASK: reboot"
-	shutdown /r /t 0
+	~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 20
 done

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-06 00:05:14 UTC (rev 144839)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-06 00:10:49 UTC (rev 144840)
@@ -177,7 +177,6 @@
     # Use debug, the Apple Win port fails to link Release on 32-bit Windows.
     # https://bugs.webkit.org/show_bug.cgi?id=39197
     _build_style = "debug"
-    _default_run_tests = True
 
 
 class AbstractChromiumEWS(AbstractEarlyWarningSystem):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to