Title: [211846] trunk/Tools
Revision
211846
Author
ryanhad...@apple.com
Date
2017-02-07 17:04:13 -0800 (Tue, 07 Feb 2017)

Log Message

Replace a bot that has an incorrect configuration.
https://bugs.webkit.org/show_bug.cgi?id=167747

Rubber-stamped by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (211845 => 211846)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2017-02-08 00:58:02 UTC (rev 211845)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2017-02-08 01:04:13 UTC (rev 211846)
@@ -25,7 +25,6 @@
                     { "name": "bot121", "platform": "mac-sierra" },
                     { "name": "bot122", "platform": "mac-sierra" },
                     { "name": "bot141", "platform": "mac-sierra" },
-                    { "name": "bot143", "platform": "mac-sierra" },
                     { "name": "bot155", "platform": "mac-sierra" },
                     { "name": "bot157", "platform": "mac-sierra" },
                     { "name": "bot160", "platform": "mac-sierra" },
@@ -33,6 +32,7 @@
                     { "name": "bot186", "platform": "mac-sierra" },
                     { "name": "bot187", "platform": "mac-sierra" },
                     { "name": "bot199", "platform": "mac-sierra" },
+                    { "name": "bot202", "platform": "mac-sierra" },
                     { "name": "bot219", "platform": "mac-sierra" },
                     { "name": "bot439", "platform": "mac-sierra" },
                     { "name": "bot443", "platform": "mac-sierra" },
@@ -94,7 +94,7 @@
                     { "name": "Apple Sierra Debug WK2 (Tests)", "type": "TestAllButJSC", "builddir": "sierra-debug-tests-wk2",
                       "platform": "mac-sierra", "configuration": "debug", "architectures": ["x86_64"],
                       "additionalArguments": ["--no-retry-failures"],
-                      "slavenames": ["bot143", "bot219"]
+                      "slavenames": ["bot202", "bot219"]
                     },
                     { "name": "Apple Sierra Release (Build)", "type": "Build", "builddir": "sierra-release",
                       "platform": "mac-sierra", "configuration": "release", "architectures": ["x86_64"],

Modified: trunk/Tools/ChangeLog (211845 => 211846)


--- trunk/Tools/ChangeLog	2017-02-08 00:58:02 UTC (rev 211845)
+++ trunk/Tools/ChangeLog	2017-02-08 01:04:13 UTC (rev 211846)
@@ -1,3 +1,12 @@
+2017-02-07  Ryan Haddad  <ryanhad...@apple.com>
+
+        Replace a bot that has an incorrect configuration.
+        https://bugs.webkit.org/show_bug.cgi?id=167747
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2017-02-07  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [Win] [GTK] [EFL] Compile (but don't use, yet) the platform-independent piece of ComplexTextController
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to