Title: [143139] trunk/Tools
Revision
143139
Author
[email protected]
Date
2013-02-17 17:58:39 -0800 (Sun, 17 Feb 2013)

Log Message

Pass in bot name as parameter to start-queue-win script.
https://bugs.webkit.org/show_bug.cgi?id=109998.

Reviewed by Darin Adler.

* EWSTools/start-queue-win.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143138 => 143139)


--- trunk/Tools/ChangeLog	2013-02-18 01:25:53 UTC (rev 143138)
+++ trunk/Tools/ChangeLog	2013-02-18 01:58:39 UTC (rev 143139)
@@ -1,3 +1,12 @@
+2013-02-15  Roger Fong  <[email protected]>
+
+        Pass in bot name as parameter to start-queue-win script.
+        https://bugs.webkit.org/show_bug.cgi?id=109998.
+
+        Reviewed by Darin Adler.
+
+        * EWSTools/start-queue-win.sh:
+
 2013-02-18  Byungwoo Lee  <[email protected]>
 
         Unreviewed. Add myself as a committer.

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2013-02-18 01:25:53 UTC (rev 143138)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2013-02-18 01:58:39 UTC (rev 143139)
@@ -1,6 +1,7 @@
 #!/bin/sh
 export WEBKIT_BUGZILLA_USERNAME=$1
 export WEBKIT_BUGZILLA_PASSWORD=$2
+export BOT_ID=$3
 while :
 do
 	date
@@ -32,7 +33,7 @@
 	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=APPLE-EWS-4 --no-confirm --exit-after-iteration 10
+	~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=BOT_ID --no-confirm --exit-after-iteration 10
 	echo "TASK: reboot"
 	shutdown /r /t 0
 done
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to