Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (133734 => 133735)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-11-07 11:14:32 UTC (rev 133734)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-11-07 12:28:30 UTC (rev 133735)
@@ -314,8 +314,8 @@
"slavenames": ["efl-linux-slave-1"]
},
{
- "name": "EFL Linux 64-bit Debug", "type": "BuildAndTest", "builddir": "efl-linux-64-debug",
- "platform": "efl", "configuration": "debug", "architectures": ["x86_64"],
+ "name": "EFL Linux 64-bit Release WK2", "type": "BuildAndTestWebKit2", "builddir": "efl-linux-64-release-wk2",
+ "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
"slavenames": ["efl-linux-slave-2"]
},
{
@@ -337,7 +337,7 @@
"Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt Mountain Lion Release",
"Chromium Win Release", "Chromium Mac Release", "Chromium Linux Release",
"Chromium Android Release",
- "EFL Linux 64-bit Release", "EFL Linux 64-bit Debug", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
+ "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
"WinCairo Release", "WinCE Release (Build)"]
},
{ "type": "PlatformSpecificScheduler", "platform": "mac-lion", "branch": "trunk", "treeStableTimer": 45.0,
Modified: trunk/Tools/ChangeLog (133734 => 133735)
--- trunk/Tools/ChangeLog 2012-11-07 11:14:32 UTC (rev 133734)
+++ trunk/Tools/ChangeLog 2012-11-07 12:28:30 UTC (rev 133735)
@@ -1,3 +1,14 @@
+2012-11-07 Dominik Röttsches <[email protected]>
+
+ [EFL] Switch the efl-linux-slave-2 to Wk2 Release
+ https://bugs.webkit.org/show_bug.cgi?id=101345
+
+ Reviewed by Gyuyoung Kim.
+
+ Switching efl-linux-slave-2 to Wk2 Release.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2012-11-07 Christophe Dumez <[email protected]>
Add replaceWithLiteral() method to WTF::String