Title: [278770] trunk/Tools
Revision
278770
Author
tsav...@apple.com
Date
2021-06-11 11:36:22 -0700 (Fri, 11 Jun 2021)

Log Message

Remove ews129 instead of ews179
https://bugs.webkit.org/show_bug.cgi?id=226855

Reviewed by Jonathan Bedard.

* CISupport/ews-build/config.json:

Modified Paths

Diff

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


--- trunk/Tools/CISupport/ews-build/config.json	2021-06-11 18:26:55 UTC (rev 278769)
+++ trunk/Tools/CISupport/ews-build/config.json	2021-06-11 18:36:22 UTC (rev 278770)
@@ -202,10 +202,6 @@
       "platform": "mac-catalina"
     },
     {
-      "name": "ews129",
-      "platform": "mac-bigsur"
-    },
-    {
       "name": "ews150",
       "platform": "*"
     },
@@ -323,6 +319,10 @@
       "platform": "mac-bigsur"
     },
     {
+      "name": "ews179",
+      "platform": "mac-bigsur"
+    },
+    {
       "name": "ews180",
       "platform": "mac-bigsur"
     },
@@ -460,7 +460,7 @@
       "configuration": "debug",
       "architectures": ["arm64"],
       "triggered_by": ["macos-applesilicon-big-sur-debug-build-ews"],
-      "workernames": [ "ews173", "ews174", "ews175", "ews176", "ews177", "ews178", "ews180"]
+      "workernames": [ "ews173", "ews174", "ews175", "ews176", "ews177", "ews178", "ews179", "ews180"]
     },
     {
       "name": "macOS-Catalina-Release-Build-EWS",

Modified: trunk/Tools/ChangeLog (278769 => 278770)


--- trunk/Tools/ChangeLog	2021-06-11 18:26:55 UTC (rev 278769)
+++ trunk/Tools/ChangeLog	2021-06-11 18:36:22 UTC (rev 278770)
@@ -1,3 +1,12 @@
+2021-06-11  Truitt Savell  <tsav...@apple.com>
+
+        Remove ews129 instead of ews179
+        https://bugs.webkit.org/show_bug.cgi?id=226855
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/ews-build/config.json:
+
 2021-06-11  Megan Gardner  <megan_gard...@apple.com>
 
         Rename AppHighlight group to QuickNote to correctly reflect feature.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to