Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (236580 => 236581)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2018-09-28 01:25:35 UTC (rev 236580)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2018-09-28 01:34:36 UTC (rev 236581)
@@ -102,7 +102,7 @@
"builders": [ { "name": "Apple Mojave Debug (Build)", "type": "Build", "builddir": "mojave-debug",
"platform": "mac-mojave", "configuration": "debug", "architectures": ["x86_64"],
"triggers": ["mojave-debug-tests-wk1", "mojave-debug-tests-wk2"],
- "slavenames": ["bot613", "bot614"]
+ "slavenames": ["bot612", "bot613"]
},
{ "name": "Apple Mojave Debug WK1 (Tests)", "type": "TestWebKit1AllButJSC", "builddir": "mojave-debug-tests-wk1",
"platform": "mac-mojave", "configuration": "debug", "architectures": ["x86_64"],
@@ -429,7 +429,7 @@
"WPE Linux 64-bit Release (Build)", "WPE Linux 64-bit Debug (Build)"]
},
{ "type": "PlatformSpecificScheduler", "platform": "mac-mojave", "branch": "trunk", "treeStableTimer": 45.0,
- "builderNames": ["Apple Mojave Release (Build)", "Apple Mojave Debug (Build)", "Apple Mojave LLINT CLoop (BuildAndTest)"]
+ "builderNames": ["Apple Mojave Release (Build)", "Apple Mojave Debug (Build)"]
},
{ "type": "Triggerable", "name": "mojave-release-tests-wk1",
"builderNames": ["Apple Mojave Release WK1 (Tests)"]
Modified: trunk/Tools/ChangeLog (236580 => 236581)
--- trunk/Tools/ChangeLog 2018-09-28 01:25:35 UTC (rev 236580)
+++ trunk/Tools/ChangeLog 2018-09-28 01:34:36 UTC (rev 236581)
@@ -1,3 +1,12 @@
+2018-09-27 Ryan Haddad <[email protected]>
+
+ Bring up queues for Mojave
+ https://bugs.webkit.org/show_bug.cgi?id=189935
+
+ Unreviewed infrastructure fix.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json: Remove trigger, update bot assignment.
+
2018-09-24 Ryan Haddad <[email protected]>
Bring up queues for Mojave