Title: [288875] trunk/Tools
Revision
288875
Author
[email protected]
Date
2022-02-01 07:32:13 -0800 (Tue, 01 Feb 2022)

Log Message

[EWS] Trigger embedded builders on pull-requests
https://bugs.webkit.org/show_bug.cgi?id=235913
<rdar://problem/88290964>

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/config.json: Pull-requests should trigger embedded builders.

Canonical link: https://commits.webkit.org/246627@main

Modified Paths

Diff

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


--- trunk/Tools/CISupport/ews-build/config.json	2022-02-01 15:12:47 UTC (rev 288874)
+++ trunk/Tools/CISupport/ews-build/config.json	2022-02-01 15:32:13 UTC (rev 288875)
@@ -349,8 +349,9 @@
     {
       "type": "AnyBranchScheduler", "name": "pullrequest",
       "builderNames": [
-            "Services-EWS", "Style-EWS", "Style-EWS",
-            "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"
+            "Bindings-Tests-EWS", "iOS-15-Build-EWS",
+            "Services-EWS", "Style-EWS", "Style-EWS", "tvOS-15-Build-EWS", "tvOS-15-Simulator-Build-EWS", "watchOS-8-Build-EWS",
+            "watchOS-8-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"
       ]
     },
     {

Modified: trunk/Tools/ChangeLog (288874 => 288875)


--- trunk/Tools/ChangeLog	2022-02-01 15:12:47 UTC (rev 288874)
+++ trunk/Tools/ChangeLog	2022-02-01 15:32:13 UTC (rev 288875)
@@ -1,3 +1,13 @@
+2022-01-28  Jonathan Bedard  <[email protected]>
+
+        [EWS] Trigger embedded builders on pull-requests
+        https://bugs.webkit.org/show_bug.cgi?id=235913
+        <rdar://problem/88290964>
+
+        Reviewed by Aakash Jain.
+
+        * CISupport/ews-build/config.json: Pull-requests should trigger embedded builders.
+
 2022-02-01  Tim Nguyen  <[email protected]>
 
         Entirely remove support for -apple-trailing-word
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to