Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (179134 => 179135)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2015-01-26 20:41:07 UTC (rev 179134)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2015-01-26 20:51:59 UTC (rev 179135)
@@ -78,7 +78,7 @@
},
{ "name": "Apple Mavericks Debug WK2 (Tests)", "type": "TestWebKit2", "builddir": "mavericks-debug-tests-wk2",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
- "slavenames": ["bot144"]
+ "slavenames": ["bot144", "bot198"]
},
{ "name": "Apple Mavericks LLINT CLoop (BuildAndTest)", "type": "BuildAndTestLLINTCLoop", "builddir": "mavericks-cloop-debug",
"platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
@@ -91,7 +91,7 @@
{ "name": "Apple Mavericks Release (Build)", "type": "Build", "builddir": "mavericks-release",
"platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
"triggers": ["mavericks-release-tests-wk1", "mavericks-release-tests-wk2", "mavericks-release-perf"],
- "slavenames": ["bot198", "bot301", "bot306"]
+ "slavenames": ["bot301", "bot306"]
},
{ "name": "Apple Mavericks Release WK1 (Tests)", "type": "Test", "builddir": "mavericks-release-tests-wk1",
"platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
Modified: trunk/Tools/ChangeLog (179134 => 179135)
--- trunk/Tools/ChangeLog 2015-01-26 20:41:07 UTC (rev 179134)
+++ trunk/Tools/ChangeLog 2015-01-26 20:51:59 UTC (rev 179135)
@@ -1,3 +1,9 @@
+2015-01-26 Alexey Proskuryakov <a...@apple.com>
+
+ Update bot assignments.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
2015-01-26 Youenn Fablet <youenn.fab...@crf.canon.fr>
Integrate WP python server into WebKit test framework