Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (157890 => 157891)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-10-23 22:12:01 UTC (rev 157890)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-10-23 22:18:48 UTC (rev 157891)
@@ -13,6 +13,9 @@
{ "name": "apple-mini-210", "platform": "mac-mountainlion"},
{ "name": "apple-mini-218", "platform": "mac-mountainlion"},
+ { "name": "apple-macpro-5", "platform": "mac-mavericks" },
+ { "name": "apple-macpro-8", "platform": "mac-mavericks" },
+
{ "name": "apple-seo-01", "platform": "mac-mavericks"},
{ "name": "apple-seo-02", "platform": "mac-mavericks"},
{ "name": "apple-seo-03", "platform": "mac-mavericks"},
@@ -84,11 +87,11 @@
},
{ "name": "Apple Mavericks Debug WK1 (Tests)", "type": "Test", "builddir": "mavericks-debug-tests-wk1",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
- "slavenames": ["apple-seo-02"]
+ "slavenames": ["apple-seo-02", "apple-macpro-5"]
},
{ "name": "Apple Mavericks Debug WK2 (Tests)", "type": "TestWebKit2", "builddir": "mavericks-debug-tests-wk2",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
- "slavenames": ["apple-seo-03"]
+ "slavenames": ["apple-seo-03", "apple-macpro-8"]
},
{ "name": "Apple Mavericks Release (Build)", "type": "Build", "builddir": "mavericks-release",
"platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
Modified: trunk/Tools/ChangeLog (157890 => 157891)
--- trunk/Tools/ChangeLog 2013-10-23 22:12:01 UTC (rev 157890)
+++ trunk/Tools/ChangeLog 2013-10-23 22:18:48 UTC (rev 157891)
@@ -1,3 +1,11 @@
+2013-10-23 Lucas Forschler <lforsch...@apple.com>
+
+ Add two more mac bots to the Mavericks Test Queue.
+
+ Unreviewed.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2013-10-23 Filip Pizlo <fpi...@apple.com>
Have a way of dealing with slow tests in run-jsc-stress-tests