Title: [127895] trunk/Tools
Revision
127895
Author
pe...@chromium.org
Date
2012-09-07 11:17:37 -0700 (Fri, 07 Sep 2012)

Log Message

Actually trigger the Android Tester
https://bugs.webkit.org/show_bug.cgi?id=96118

Reviewed by Adam Barth.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (127894 => 127895)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-07 18:11:17 UTC (rev 127894)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-09-07 18:17:37 UTC (rev 127895)
@@ -289,7 +289,7 @@
                     {
                       "name": "Chromium Android Release", "type": "Build", "builddir": "chromium-linux-android",
                       "platform": "chromium-android", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-linux-android"]
+                      "triggers": ["chromium-android-release-tests"], "slavenames": ["google-linux-android"]
                     },
                     {
                       "name": "Chromium Android Release (Tests)", "type": "Test", "builddir": "chromium-android-release-tests",

Modified: trunk/Tools/ChangeLog (127894 => 127895)


--- trunk/Tools/ChangeLog	2012-09-07 18:11:17 UTC (rev 127894)
+++ trunk/Tools/ChangeLog	2012-09-07 18:17:37 UTC (rev 127895)
@@ -1,3 +1,12 @@
+2012-09-07  Peter Beverloo  <pe...@chromium.org>
+
+        Actually trigger the Android Tester
+        https://bugs.webkit.org/show_bug.cgi?id=96118
+
+        Reviewed by Adam Barth.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-09-07  Dominic Mazzoni <dmazz...@google.com>
 
         New time input needs accessibility
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to