Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (127846 => 127847)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-09-07 08:58:36 UTC (rev 127846)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-09-07 09:20:07 UTC (rev 127847)
@@ -291,6 +291,11 @@
"slavenames": ["google-linux-android"]
},
{
+ "name": "Chromium Android Release (Tests)", "type": "Test", "builddir": "chromium-android-release-tests",
+ "platform": "chromium-android", "configuration": "release", "architectures": ["i386"],
+ "slavenames": ["google-android-tests"]
+ },
+ {
"name": "WinCairo Release", "type": "BuildAndTest", "builddir": "win-cairo-release",
"platform": "wincairo", "configuration": "release", "architectures": ["i386"],
"slavenames": ["wincairo-1"]
@@ -398,6 +403,9 @@
{ "type": "Triggerable", "name": "chromium-linux-perf-tests",
"builderNames": ["Chromium Linux Release (Perf)"]
},
+ { "type": "Triggerable", "name": "chromium-android-release-tests",
+ "builderNames": ["Chromium Android Release (Tests)"]
+ },
{ "type": "Triggerable", "name": "gtk-linux-64-release-tests-wk2",
"builderNames": ["GTK Linux 64-bit Release WK2 (Tests)"]
}
Modified: trunk/Tools/ChangeLog (127846 => 127847)
--- trunk/Tools/ChangeLog 2012-09-07 08:58:36 UTC (rev 127846)
+++ trunk/Tools/ChangeLog 2012-09-07 09:20:07 UTC (rev 127847)
@@ -1,3 +1,16 @@
+2012-09-06 Peter Beverloo <[email protected]>
+
+ Introduce the Chromium Android Release (Tests) bot
+ https://bugs.webkit.org/show_bug.cgi?id=95980
+
+ Reviewed by Adam Barth.
+
+ This adds the Chromium Android Release (Tests) bot to the WebKit waterfall,
+ which will be running layout tests on actual Android devices. Right now,
+ four Galaxy Nexus phones are attached.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2012-09-06 James Robinson <[email protected]>
[chromium] Use WebCompositorSupport functions instead of WebCompositor statics