Title: [217635] trunk/Tools
Revision
217635
Author
[email protected]
Date
2017-05-31 15:56:03 -0700 (Wed, 31 May 2017)

Log Message

Reallocate hardware for iOS bots.
https://bugs.webkit.org/show_bug.cgi?id=172657

Reviewed by Alexey Proskuryakov.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2017-05-31 22:49:40 UTC (rev 217634)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2017-05-31 22:56:03 UTC (rev 217635)
@@ -42,12 +42,12 @@
                     { "name": "bot698", "platform": "mac-sierra" },
                     { "name": "bot699", "platform": "mac-sierra" },
 
-                    { "name": "bot407", "platform": "ios-10" },
+                    { "name": "bot673", "platform": "ios-10" },
                     { "name": "bot197", "platform": "ios-simulator-10" },
-                    { "name": "bot329", "platform": "ios-simulator-10" },
-                    { "name": "bot402", "platform": "ios-simulator-10" },
-                    { "name": "bot403", "platform": "ios-simulator-10" },
-                    { "name": "bot404", "platform": "ios-simulator-10" },
+                    { "name": "bot626", "platform": "ios-simulator-10" },
+                    { "name": "bot618", "platform": "ios-simulator-10" },
+                    { "name": "bot620", "platform": "ios-simulator-10" },
+                    { "name": "bot621", "platform": "ios-simulator-10" },
                     { "name": "bot215", "platform": "ios-simulator-10" },
                     { "name": "bot216", "platform": "ios-simulator-10" },
                     { "name": "bot217", "platform": "ios-simulator-10" },
@@ -211,19 +211,19 @@
                     {
                       "name": "Apple iOS 10 Release (Build)", "type": "Build", "builddir": "ios-10-release",
                       "platform": "ios-10", "configuration": "release", "architectures": ["armv7s", "arm64"],
-                      "slavenames": ["bot407"]
+                      "slavenames": ["bot673"]
                     },
                     {
                       "name": "Apple iOS 10 Simulator Release (Build)", "type": "Build", "builddir": "ios-simulator-10-release",
                       "platform": "ios-simulator-10", "configuration": "release", "architectures": ["x86_64"],
                       "triggers": ["ios-simulator-10-release-tests-wk1", "ios-simulator-10-release-tests-wk2"],
-                      "slavenames": ["bot402", "bot403"]
+                      "slavenames": ["bot618", "bot620"]
                     },
                     {
                       "name": "Apple iOS 10 Simulator Debug (Build)", "type": "Build", "builddir": "ios-simulator-10-debug",
                       "platform": "ios-simulator-10", "configuration": "debug", "architectures": ["x86_64"],
                       "triggers": ["ios-simulator-10-debug-tests-wk1", "ios-simulator-10-debug-tests-wk2"],
-                      "slavenames": ["bot329", "bot404"]
+                      "slavenames": ["bot626", "bot621"]
                     },
                     {
                       "name": "Apple iOS 10 Simulator Release WK1 (Tests)", "type": "TestWebKit1AllButJSC", "builddir": "ios-simulator-10-release-tests-wk1",

Modified: trunk/Tools/ChangeLog (217634 => 217635)


--- trunk/Tools/ChangeLog	2017-05-31 22:49:40 UTC (rev 217634)
+++ trunk/Tools/ChangeLog	2017-05-31 22:56:03 UTC (rev 217635)
@@ -1,3 +1,12 @@
+2017-05-31  Ryan Haddad  <[email protected]>
+
+        Reallocate hardware for iOS bots.
+        https://bugs.webkit.org/show_bug.cgi?id=172657
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2017-05-31  Andy Estes  <[email protected]>
 
         Rename ENABLE_APPLE_PAY_DELEGATE to ENABLE_APPLE_PAY_SESSION_V3 and bump the supported version number
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to