Title: [240996] trunk/Tools
Revision
240996
Author
[email protected]
Date
2019-02-05 15:17:14 -0800 (Tue, 05 Feb 2019)

Log Message

[ews-build] Add few bots to config.json
https://bugs.webkit.org/show_bug.cgi?id=194304

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (240995 => 240996)


--- trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-02-05 23:01:04 UTC (rev 240995)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-02-05 23:17:14 UTC (rev 240996)
@@ -149,6 +149,23 @@
       "platform": "jsc-only"
     },
     {
+      "name": "ews150",
+      "platform": "*"
+    },
+    {
+      "name": "ews151",
+      "platform": "*",
+      "max_builds": 3
+    },
+    {
+      "name": "ews152",
+      "platform": "*"
+    },
+    {
+      "name": "ews153",
+      "platform": "*"
+    },
+    {
       "name": "ews200",
       "platform": "win"
     },
@@ -190,7 +207,7 @@
       "name": "Style-EWS",
       "factory": "StyleFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151", "webkit-misc"]
     },
     {
       "name": "GTK-Webkit2-EWS",
@@ -213,7 +230,7 @@
       "configuration": "release",
       "architectures": ["x86_64"],
       "triggers": ["api-tests-ios-sim-ews", "ios-11-sim-wk2-tests-ews"],
-      "workernames": ["ews121", "ews122", "ews123", "ews124", "ews125", "ews126"]
+      "workernames": ["ews150", "ews152", "ews121", "ews122", "ews123", "ews124", "ews125", "ews126"]
     },
     {
       "name": "iOS-11-Simulator-WK2-Tests-EWS",
@@ -230,7 +247,7 @@
       "configuration": "release",
       "architectures": ["x86_64"],
       "triggers": ["api-tests-mac-ews", "macos-high-sierra-release-wk1-tests-ews", "macos-high-sierra-release-wk2-tests-ews"],
-      "workernames": ["ews100", "ews101", "ews102", "ews103"]
+      "workernames": ["ews150", "ews100", "ews101", "ews102", "ews103"]
     },
     {
       "name": "macOS-High-Sierra-Release-WK1-Tests-EWS",
@@ -311,31 +328,31 @@
       "name": "Bindings-Tests-EWS",
       "factory": "BindingsFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151", "webkit-misc"]
     },
     {
       "name": "WebKitPy-Tests-EWS",
       "factory": "WebKitPyFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151", "webkit-misc"]
     },
     {
       "name": "WebKitPerl-Tests-EWS",
       "factory": "WebKitPerlFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151", "webkit-misc"]
     },
     {
       "name": "API-Tests-iOS-Simulator-EWS",
       "factory": "APITestsFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews152", "ews153", "webkit-misc"]
     },
     {
       "name": "API-Tests-macOS-EWS",
       "factory": "APITestsFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151", "ews152", "ews153", "webkit-misc"]
     }
   ],
   "schedulers": [

Modified: trunk/Tools/ChangeLog (240995 => 240996)


--- trunk/Tools/ChangeLog	2019-02-05 23:01:04 UTC (rev 240995)
+++ trunk/Tools/ChangeLog	2019-02-05 23:17:14 UTC (rev 240996)
@@ -1,3 +1,12 @@
+2019-02-05  Aakash Jain  <[email protected]>
+
+        [ews-build] Add few bots to config.json
+        https://bugs.webkit.org/show_bug.cgi?id=194304
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-build/config.json:
+
 2019-02-05  Keith Rollin  <[email protected]>
 
         Enable the automatic checking and regenerations of .xcfilelists during builds
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to