Title: [244790] trunk/Tools
Revision
244790
Author
[email protected]
Date
2019-04-30 11:35:03 -0700 (Tue, 30 Apr 2019)

Log Message

[ews-build] Configure ews151 for running various tests
https://bugs.webkit.org/show_bug.cgi?id=197419

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/config.json:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-04-30 18:33:30 UTC (rev 244789)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-04-30 18:35:03 UTC (rev 244790)
@@ -155,7 +155,7 @@
     {
       "name": "ews151",
       "platform": "*",
-      "max_builds": 2
+      "max_builds": 3
     },
     {
       "name": "ews152",
@@ -276,7 +276,7 @@
       "shortname": "style",
       "factory": "StyleFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151"]
     },
     {
       "name": "GTK-Webkit2-EWS",
@@ -398,7 +398,7 @@
       "shortname": "bindings",
       "factory": "BindingsFactory",
       "platform": "*",
-      "workernames": ["webkit-misc"]
+      "workernames": ["ews151"]
     },
     {
       "name": "WebKitPy-Tests-EWS",
@@ -426,7 +426,7 @@
       "shortname": "api-mac",
       "factory": "APITestsFactory",
       "platform": "*",
-      "workernames": ["ews120", "ews150", "ews151", "ews153", "ews155"]
+      "workernames": ["ews120", "ews150", "ews153", "ews155"]
     }
   ],
   "schedulers": [

Modified: trunk/Tools/ChangeLog (244789 => 244790)


--- trunk/Tools/ChangeLog	2019-04-30 18:33:30 UTC (rev 244789)
+++ trunk/Tools/ChangeLog	2019-04-30 18:35:03 UTC (rev 244790)
@@ -1,5 +1,14 @@
 2019-04-30  Aakash Jain  <[email protected]>
 
+        [ews-build] Configure ews151 for running various tests
+        https://bugs.webkit.org/show_bug.cgi?id=197419
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-build/config.json:
+
+2019-04-30  Aakash Jain  <[email protected]>
+
         [ews-build] Parse and display bindings test failures
         https://bugs.webkit.org/show_bug.cgi?id=197423
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to