Skip to content

Commit ab7e62e

Browse files
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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144840 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent b81c50a commit ab7e62e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Tools/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2013-03-05 Roger Fong <[email protected]>
2+
3+
Increase number of WinEWS iterations to 20.
4+
Don't reboot after each iteration set.
5+
Make EWS bots just build temporarily so that the queue catches up again.
6+
7+
* EWSTools/start-queue-win.sh:
8+
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
9+
(WinEWS):
10+
111
2013-03-04 James Robinson <[email protected]>
212

313
[chromium] Move check for threaded compositing from WebCompositorSupport to Platform

Tools/EWSTools/start-queue-win.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ do
3333
echo "TASK: kill orphaned tasks"
3434
taskkill.exe /f /im cl.exe
3535
echo "TASK: webkit-patch win-ews"
36-
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 15
37-
echo "TASK: reboot"
38-
shutdown /r /t 0
36+
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 20
3937
done

Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ class WinEWS(AbstractEarlyWarningSystem):
177177
# Use debug, the Apple Win port fails to link Release on 32-bit Windows.
178178
# https://bugs.webkit.org/show_bug.cgi?id=39197
179179
_build_style = "debug"
180-
_default_run_tests = True
181180

182181

183182
class AbstractChromiumEWS(AbstractEarlyWarningSystem):

0 commit comments

Comments
 (0)