Title: [243852] trunk/Tools
Revision
243852
Author
aakash_j...@apple.com
Date
2019-04-03 20:38:01 -0700 (Wed, 03 Apr 2019)

Log Message

[ews-build] Do not trigger queues which are not in production yet
https://bugs.webkit.org/show_bug.cgi?id=196581

Reviewed by Dewei Zhu.

* BuildSlaveSupport/ews-build/config.json:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-04-04 03:37:23 UTC (rev 243851)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-04-04 03:38:01 UTC (rev 243852)
@@ -301,7 +301,7 @@
       "platform": "ios-simulator-12",
       "configuration": "release",
       "architectures": ["x86_64"],
-      "triggers": ["api-tests-ios-sim-ews", "ios-12-sim-wk2-tests-ews"],
+      "triggers": ["api-tests-ios-sim-ews"],
       "workernames": ["ews152", "ews154"]
     },
     {
@@ -320,7 +320,7 @@
       "platform": "mac-highsierra",
       "configuration": "release",
       "architectures": ["x86_64"],
-      "triggers": ["api-tests-mac-ews", "macos-high-sierra-release-wk1-tests-ews", "macos-high-sierra-release-wk2-tests-ews"],
+      "triggers": ["api-tests-mac-ews"],
       "workernames": ["ews118", "ews119", "ews120"]
     },
     {
@@ -438,31 +438,11 @@
       "name": "disabled",
       "port": 5556,
       "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS",
+                       "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS",  "macOS-High-Sierra-Release-WK1-Tests-EWS",
                        "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WebKitPy-Tests-EWS", "WPE-EWS"]
     },
     {
       "type": "Triggerable",
-      "name": "ios-12-sim-wk2-tests-ews",
-      "builderNames": [
-        "iOS-12-Simulator-WK2-Tests-EWS"
-      ]
-    },
-    {
-      "type": "Triggerable",
-      "name": "macos-high-sierra-release-wk1-tests-ews",
-      "builderNames": [
-        "macOS-High-Sierra-Release-WK1-Tests-EWS"
-      ]
-    },
-    {
-      "type": "Triggerable",
-      "name": "macos-high-sierra-release-wk2-tests-ews",
-      "builderNames": [
-        "macOS-High-Sierra-Release-WK2-Tests-EWS"
-      ]
-    },
-    {
-      "type": "Triggerable",
       "name": "macos-high-sierra-debug-wk1-tests-ews",
       "builderNames": [
         "macOS-High-Sierra-Debug-WK1-Tests-EWS"

Modified: trunk/Tools/ChangeLog (243851 => 243852)


--- trunk/Tools/ChangeLog	2019-04-04 03:37:23 UTC (rev 243851)
+++ trunk/Tools/ChangeLog	2019-04-04 03:38:01 UTC (rev 243852)
@@ -1,3 +1,12 @@
+2019-04-03  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-build] Do not trigger queues which are not in production yet
+        https://bugs.webkit.org/show_bug.cgi?id=196581
+
+        Reviewed by Dewei Zhu.
+
+        * BuildSlaveSupport/ews-build/config.json:
+
 2019-04-03  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed, fix typo in the name of API test added in r243848.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to