Title: [292894] trunk/Tools
Revision
292894
Author
jen...@apple.com
Date
2022-04-14 16:36:49 -0700 (Thu, 14 Apr 2022)

Log Message

Add an additional system to unsafe-merge queue
https://bugs.webkit.org/show_bug.cgi?id=239354

Reviewed by Ryan Haddad.

* CISupport/ews-build/config.json:

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/config.json (292893 => 292894)


--- trunk/Tools/CISupport/ews-build/config.json	2022-04-14 23:32:40 UTC (rev 292893)
+++ trunk/Tools/CISupport/ews-build/config.json	2022-04-14 23:36:49 UTC (rev 292894)
@@ -99,7 +99,8 @@
     { "name": "ews215", "platform": "win" },
     { "name": "webkit-cq-01", "platform": "mac-bigsur" },
     { "name": "webkit-cq-02", "platform": "mac-bigsur" },
-    { "name": "webkit-cq-03", "platform": "mac-bigsur" }
+    { "name": "webkit-cq-03", "platform": "mac-bigsur" },
+    { "name": "webkit-cq-04", "platform": "mac-bigsur" }
   ],
   "builders": [
     {
@@ -340,7 +341,7 @@
       "name": "Unsafe-Merge-Queue", "shortname": "unsafe-merge", "icon": "buildAndTest",
       "factory": "UnsafeMergeQueueFactory", "platform": "mac-bigsur",
       "configuration": "release", "architectures": ["arm64"],
-      "workernames": ["webkit-cq-01", "webkit-cq-02", "webkit-cq-03"]
+      "workernames": ["webkit-cq-01", "webkit-cq-02", "webkit-cq-03", "webkit-cq-04"]
     }
   ],
   "schedulers": [

Modified: trunk/Tools/ChangeLog (292893 => 292894)


--- trunk/Tools/ChangeLog	2022-04-14 23:32:40 UTC (rev 292893)
+++ trunk/Tools/ChangeLog	2022-04-14 23:36:49 UTC (rev 292894)
@@ -1,3 +1,12 @@
+2022-04-14  Robert Jenner  <jen...@apple.com>
+
+        Add an additional system to unsafe-merge queue
+        https://bugs.webkit.org/show_bug.cgi?id=239354
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/ews-build/config.json:
+
 2022-04-14  Jonathan Bedard  <jbed...@apple.com>
 
         [git-webkit] Personal branch is "not a PR branch"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to