Title: [290243] trunk/Tools
Revision
290243
Author
jbed...@apple.com
Date
2022-02-21 07:19:23 -0800 (Mon, 21 Feb 2022)

Log Message

[EWS] Enable GTK and Windows queues for PRs
https://bugs.webkit.org/show_bug.cgi?id=236814
<rdar://problem/89117205>

Reviewed by Ryan Haddad.

* Tools/CISupport/ews-build/config.json:

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/ews-build/config.json	2022-02-21 15:13:17 UTC (rev 290242)
+++ trunk/Tools/CISupport/ews-build/config.json	2022-02-21 15:19:23 UTC (rev 290243)
@@ -349,11 +349,11 @@
     {
       "type": "AnyBranchScheduler", "name": "pullrequest",
       "builderNames": [
-            "Bindings-Tests-EWS", "iOS-15-Build-EWS", "iOS-15-Simulator-Build-EWS",
+            "Bindings-Tests-EWS", "GTK-Build-EWS", "iOS-15-Build-EWS", "iOS-15-Simulator-Build-EWS",
             "JSC-ARMv7-32bits-Build-EWS", "JSC-i386-32bits-EWS", "JSC-MIPSEL-32bits-Build-EWS", "JSC-Tests-EWS",
             "macOS-AppleSilicon-Big-Sur-Debug-Build-EWS", "macOS-BigSur-Debug-Build-EWS", "macOS-BigSur-Release-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", "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS"
+            "watchOS-8-Simulator-Build-EWS", "WPE-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WinCairo-EWS", "Windows-EWS"
       ]
     },
     {

Modified: trunk/Tools/ChangeLog (290242 => 290243)


--- trunk/Tools/ChangeLog	2022-02-21 15:13:17 UTC (rev 290242)
+++ trunk/Tools/ChangeLog	2022-02-21 15:19:23 UTC (rev 290243)
@@ -1,3 +1,13 @@
+2022-02-17  Jonathan Bedard  <jbed...@apple.com>
+
+        [EWS] Enable GTK and Windows queues for PRs
+        https://bugs.webkit.org/show_bug.cgi?id=236814
+        <rdar://problem/89117205>
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/ews-build/config.json:
+
 2022-02-21  Sihui Liu  <sihui_...@apple.com>
 
         Fetching website data may get wrong record after migrating data to general storage directory
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to