Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (160510 => 160511)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-12-12 23:41:06 UTC (rev 160510)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-12-12 23:46:36 UTC (rev 160511)
@@ -15,6 +15,8 @@
{ "name": "apple-mini-129", "platform": "mac-mavericks"},
{ "name": "apple-mini-130", "platform": "mac-mavericks"},
+ { "name": "apple-mini-178", "platform": "mac-mavericks"},
+ { "name": "apple-mini-179", "platform": "mac-mavericks"},
{ "name": "apple-macpro-5", "platform": "mac-mavericks" },
{ "name": "apple-macpro-8", "platform": "mac-mavericks" },
{ "name": "apple-mini-211", "platform": "mac-mavericks" },
@@ -82,7 +84,7 @@
{ "name": "Apple Mavericks Debug (Build)", "type": "Build", "builddir": "mavericks-debug",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
"triggers": ["mavericks-debug-tests-wk1", "mavericks-debug-tests-wk2"],
- "slavenames": ["apple-seo-01"]
+ "slavenames": ["apple-mini-178", "apple-mini-179", "apple-seo-01"]
},
{ "name": "Apple Mavericks Debug WK1 (Tests)", "type": "Test", "builddir": "mavericks-debug-tests-wk1",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
Modified: trunk/Tools/ChangeLog (160510 => 160511)
--- trunk/Tools/ChangeLog 2013-12-12 23:41:06 UTC (rev 160510)
+++ trunk/Tools/ChangeLog 2013-12-12 23:46:36 UTC (rev 160511)
@@ -1,5 +1,13 @@
2013-12-12 Lucas Forschler <[email protected]>
+ Update hardware for Apple bots.
+
+ Unreviewed.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
+2013-12-12 Lucas Forschler <[email protected]>
+
Remove unused Apple Bots.
Unreviewed.