Title: [233322] trunk/Tools
Revision
233322
Author
[email protected]
Date
2018-06-28 13:58:20 -0700 (Thu, 28 Jun 2018)

Log Message

Teach Windows EWS bots to use WEBKIT_API_KEY.

Modified Paths


Diff

Modified: trunk/Tools/ChangeLog (233321 => 233322)


--- trunk/Tools/ChangeLog	2018-06-28 20:52:06 UTC (rev 233321)
+++ trunk/Tools/ChangeLog	2018-06-28 20:58:20 UTC (rev 233322)
@@ -1,3 +1,12 @@
+2018-06-28  Lucas Forschler  <[email protected]>
+
+        Add Windows support for WEBKIT_API_KEY.
+        https://bugs.webkit.org/show_bug.cgi?id=187155
+
+        Reviewed by Daniel Bates.
+
+        * EWSTools/start-queue-win.sh:
+
 2018-06-28  Aakash Jain  <[email protected]>
 
         [ews-build] Add support for WebKitPy-Tests-EWS

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2018-06-28 20:52:06 UTC (rev 233321)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2018-06-28 20:58:20 UTC (rev 233322)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [[ $# -lt 4 ]]; then
-echo "Usage: start-queue-win.sh WEBKIT_BUGZILLA_USERNAME WEBKIT_BUGZILLA_PASSWORD BOT_ID RESET_AFTER_ITERATION"
+echo "Usage: start-queue-win.sh WEBKIT_BUGZILLA_USERNAME WEBKIT_BUGZILLA_PASSWORD BOT_ID RESET_AFTER_ITERATION WEBKIT_STATUS_API_KEY"
 exit 1
 fi
 
@@ -9,6 +9,7 @@
 export WEBKIT_BUGZILLA_PASSWORD=$2
 export BOT_ID=$3
 export RESET_AFTER_ITERATION=$4
+export WEBKIT_STATUS_API_KEY=$5
 
 function error_handler()
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to