Log Message
[EFL] Remove Intel Wk2 Buildbots from Master https://bugs.webkit.org/show_bug.cgi?id=116149
Removing Intel maintained EFL Wk2 bots except the handle for efl-linux-slave-2 since Gyuyoung Kim from Samsung plans to take over and maintain it. Reviewed by Benjamin Poulain. * BuildSlaveSupport/build.webkit.org-config/config.json:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (150180 => 150181)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-05-16 10:07:01 UTC (rev 150180)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-05-16 12:49:23 UTC (rev 150181)
@@ -52,8 +52,6 @@
{ "name": "efl-linux-slave-1", "platform": "efl" },
{ "name": "efl-linux-slave-2", "platform": "efl" },
{ "name": "efl-linux-slave-3", "platform": "efl" },
- { "name": "efl-linux-slave-4", "platform": "efl" },
- { "name": "efl-linux-perf-1", "platform": "efl" },
{ "name": "mips-1", "platform": "qt-mipsel"},
@@ -251,19 +249,9 @@
"slavenames": ["efl-linux-slave-2"]
},
{
- "name": "EFL Linux 64-bit Debug WK2", "type": "BuildAndTestWebKit2Only", "builddir": "efl-linux-64-debug-wk2",
- "platform": "efl", "configuration": "debug", "architectures": ["x86_64"],
- "slavenames": ["efl-linux-slave-4"]
- },
- {
"name": "EFL Linux 32-bit Release (Build)", "type": "Build", "builddir": "efl-linux-32-release",
"platform": "efl", "configuration": "release", "architectures": ["i386"],
"slavenames": ["efl-linux-slave-3"]
- },
- {
- "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
- "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
- "slavenames": ["efl-linux-perf-1"]
}
],
@@ -273,8 +261,7 @@
"Qt Linux 64-bit Release (WebKit2 Perf)", "Qt Linux ARMv7 Release", "Qt Linux MIPS32R2 LE Release",
"Qt Linux SH4 Release",
"Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt Mountain Lion Release",
- "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
- "EFL Linux 64-bit Release WK2 (Perf)",
+ "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)",
"WinCairo Release", "WinCE Release (Build)"]
},
{ "type": "PlatformSpecificScheduler", "platform": "mac-lion", "branch": "trunk", "treeStableTimer": 45.0,
Modified: trunk/Tools/ChangeLog (150180 => 150181)
--- trunk/Tools/ChangeLog 2013-05-16 10:07:01 UTC (rev 150180)
+++ trunk/Tools/ChangeLog 2013-05-16 12:49:23 UTC (rev 150181)
@@ -1,3 +1,15 @@
+2013-05-15 Dominik Röttsches <[email protected]>
+
+ [EFL] Remove Intel Wk2 Buildbots from Master
+ https://bugs.webkit.org/show_bug.cgi?id=116149
+
+ Removing Intel maintained EFL Wk2 bots except the handle for efl-linux-slave-2
+ since Gyuyoung Kim from Samsung plans to take over and maintain it.
+
+ Reviewed by Benjamin Poulain.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2013-05-15 Brent Fulgham <[email protected]>
[Windows] Update various build tools to understand VS2010 environment.
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
