Title: [244693] trunk/Tools
Revision
244693
Author
[email protected]
Date
2019-04-26 09:48:01 -0700 (Fri, 26 Apr 2019)

Log Message

Replace iOS build queue hardware
https://bugs.webkit.org/show_bug.cgi?id=197312

Reviewed by Aakash Jain.

* BuildSlaveSupport/build.webkit.org-config/config.json:
Use newer hardware that supports macOS Mojave.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2019-04-26 16:47:35 UTC (rev 244692)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2019-04-26 16:48:01 UTC (rev 244693)
@@ -35,14 +35,14 @@
                     { "name": "bot638", "platform": "mac-highsierra" },
 
                     { "name": "bot673", "platform": "ios-12" },
-                    { "name": "bot626", "platform": "ios-simulator-12" },
-                    { "name": "bot618", "platform": "ios-simulator-12" },
-                    { "name": "bot620", "platform": "ios-simulator-12" },
-                    { "name": "bot621", "platform": "ios-simulator-12" },
                     { "name": "bot651", "platform": "ios-simulator-12" },
                     { "name": "bot652", "platform": "ios-simulator-12" },
                     { "name": "bot653", "platform": "ios-simulator-12" },
                     { "name": "bot654", "platform": "ios-simulator-12" },
+                    { "name": "bot677", "platform": "ios-simulator-12" },
+                    { "name": "bot682", "platform": "ios-simulator-12" },
+                    { "name": "bot694", "platform": "ios-simulator-12" },
+                    { "name": "bot695", "platform": "ios-simulator-12" },
 
                     { "name": "bot543", "platform": "win" },
                     { "name": "bot544", "platform": "win" },
@@ -182,13 +182,13 @@
                       "name": "Apple iOS 12 Simulator Release (Build)", "type": "Build", "builddir": "ios-simulator-12-release",
                       "platform": "ios-simulator-12", "configuration": "release", "architectures": ["x86_64"],
                       "triggers": ["ios-simulator-12-release-tests-wk2"],
-                      "slavenames": ["bot618", "bot620"]
+                      "slavenames": ["bot677", "bot682"]
                     },
                     {
                       "name": "Apple iOS 12 Simulator Debug (Build)", "type": "Build", "builddir": "ios-simulator-12-debug",
                       "platform": "ios-simulator-12", "configuration": "debug", "architectures": ["x86_64"],
                       "triggers": ["ios-simulator-12-debug-tests-wk2"],
-                      "slavenames": ["bot626", "bot621"]
+                      "slavenames": ["bot694", "bot695"]
                     },
                     {
                       "name": "Apple iOS 12 Simulator Release WK2 (Tests)", "type": "TestAllButJSC", "builddir": "ios-simulator-12-release-tests-wk2",

Modified: trunk/Tools/ChangeLog (244692 => 244693)


--- trunk/Tools/ChangeLog	2019-04-26 16:47:35 UTC (rev 244692)
+++ trunk/Tools/ChangeLog	2019-04-26 16:48:01 UTC (rev 244693)
@@ -1,3 +1,13 @@
+2019-04-26  Ryan Haddad  <[email protected]>
+
+        Replace iOS build queue hardware
+        https://bugs.webkit.org/show_bug.cgi?id=197312
+
+        Reviewed by Aakash Jain.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        Use newer hardware that supports macOS Mojave.
+
 2019-04-26  Yoshiaki Jitsukawa  <[email protected]>
 
         check-webkit-style complains the first block in while loop.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to