Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (189067 => 189068)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2015-08-27 23:35:25 UTC (rev 189067)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2015-08-27 23:39:46 UTC (rev 189068)
@@ -29,8 +29,6 @@
{ "name": "bot185", "platform": "mac-yosemite" },
{ "name": "bot186", "platform": "mac-yosemite" },
{ "name": "bot187", "platform": "mac-yosemite" },
- { "name": "bot188", "platform": "mac-yosemite" },
- { "name": "bot189", "platform": "mac-yosemite" },
{ "name": "bot190", "platform": "mac-yosemite" },
{ "name": "bot191", "platform": "mac-yosemite" },
{ "name": "bot192", "platform": "mac-yosemite" },
@@ -146,7 +144,7 @@
{ "name": "Apple Yosemite Release (Build)", "type": "Build", "builddir": "yosemite-release",
"platform": "mac-yosemite", "configuration": "release", "architectures": ["x86_64"],
"triggers": ["yosemite-release-tests-jsc", "yosemite-release-tests-wk1", "yosemite-release-tests-wk2", "yosemite-release-perf"],
- "slavenames": ["bot188", "bot189", "bot400", "bot401"]
+ "slavenames": ["bot400", "bot401"]
},
{ "name": "Apple Yosemite Release JSC (Tests)", "type": "TestJSC", "builddir": "yosemite-release-tests-jsc",
"platform": "mac-yosemite", "configuration": "release", "architectures": ["x86_64"],
Modified: trunk/Tools/ChangeLog (189067 => 189068)
--- trunk/Tools/ChangeLog 2015-08-27 23:35:25 UTC (rev 189067)
+++ trunk/Tools/ChangeLog 2015-08-27 23:39:46 UTC (rev 189068)
@@ -1,5 +1,13 @@
2015-08-27 Lucas Forschler <[email protected]>
+ Remove Mac slaves 188/189 after being replaced with 400/401.
+
+ Unreviewed.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+
+2015-08-27 Lucas Forschler <[email protected]>
+
Add two bots to the Mac Yosemite queue.
This is to eventually replace bots188/189, which will be removed after 400/401 are vetted.