Skip to content

Commit a767e64

Browse files
Unreviewed. Increase number of patches processed before clean building on WinEWS bots.
* EWSTools/start-queue-win.sh: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144493 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 94c4d61 commit a767e64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Tools/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2013-03-01 Roger Fong <[email protected]>
2+
3+
Unreviewed. Increase number of patches processed before clean building on WinEWS bots.
4+
5+
* EWSTools/start-queue-win.sh:
6+
17
2013-03-01 Ryosuke Niwa <[email protected]>
28

39
Don't return statistics in PerfTest.run

Tools/EWSTools/start-queue-win.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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 10
36+
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 15
3737
echo "TASK: reboot"
3838
shutdown /r /t 0
3939
done

0 commit comments

Comments
 (0)