Title: [272319] trunk/Tools
Revision
272319
Author
[email protected]
Date
2021-02-03 09:18:39 -0800 (Wed, 03 Feb 2021)

Log Message

Replace Apple-Catalina-Release-JSC-Tests bot due to hardware failure
https://bugs.webkit.org/show_bug.cgi?id=221315

Reviewed by Alexey Proskuryakov.

* CISupport/build-webkit-org/config.json: Replace bot157 with bot610.

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/config.json (272318 => 272319)


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-02-03 17:17:07 UTC (rev 272318)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-02-03 17:18:39 UTC (rev 272319)
@@ -17,7 +17,6 @@
                     { "name": "bot1027", "platform": "mac-bigsur"},
 
                     { "name": "bot121", "platform": "mac-catalina" },
-                    { "name": "bot157", "platform": "mac-catalina" },
                     { "name": "bot187", "platform": "mac-catalina" },
                     { "name": "bot205", "platform": "mac-catalina" },
                     { "name": "bot241", "platform": "mac-catalina" },
@@ -30,6 +29,7 @@
                     { "name": "bot248", "platform": "mac-catalina" },
                     { "name": "bot260", "platform": "mac-catalina" },
                     { "name": "bot302", "platform": "mac-catalina" },
+                    { "name": "bot610", "platform": "mac-catalina" },
                     { "name": "bot638", "platform": "mac-catalina" },
                     { "name": "bot674", "platform": "mac-catalina" },
                     { "name": "bot683", "platform": "mac-catalina" },
@@ -45,7 +45,6 @@
                     { "name": "bot185", "platform": "*" },
                     { "name": "bot198", "platform": "*" },
                     { "name": "bot210", "platform": "*" },
-                    { "name": "bot610", "platform": "*" },
                     { "name": "bot611", "platform": "*" },
                     { "name": "bot612", "platform": "*" },
                     { "name": "bot613", "platform": "*" },
@@ -205,7 +204,7 @@
                     },
                     { "name": "Apple-Catalina-Release-JSC-Tests", "factory": "TestJSCFactory", "builddir": "catalina-release-tests-jsc",
                       "platform": "mac-catalina", "configuration": "release", "architectures": ["x86_64"],
-                      "workernames": ["bot157"]
+                      "workernames": ["bot610"]
                     },
                     { "name": "Apple-Catalina-LLINT-CLoop-BuildAndTest", "factory": "BuildAndTestLLINTCLoopFactory", "builddir": "catalina-cloop-debug",
                       "platform": "mac-catalina", "configuration": "debug", "architectures": ["x86_64"],

Modified: trunk/Tools/ChangeLog (272318 => 272319)


--- trunk/Tools/ChangeLog	2021-02-03 17:17:07 UTC (rev 272318)
+++ trunk/Tools/ChangeLog	2021-02-03 17:18:39 UTC (rev 272319)
@@ -1,3 +1,12 @@
+2021-02-03  Ryan Haddad  <[email protected]>
+
+        Replace Apple-Catalina-Release-JSC-Tests bot due to hardware failure
+        https://bugs.webkit.org/show_bug.cgi?id=221315
+
+        Reviewed by Alexey Proskuryakov.
+
+        * CISupport/build-webkit-org/config.json: Replace bot157 with bot610.
+
 2021-02-03  Antoine Quint  <[email protected]>
 
         Add a loader for <model> resources
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to