Title: [254302] trunk/Tools
Revision
254302
Author
ryanhad...@apple.com
Date
2020-01-09 14:57:24 -0800 (Thu, 09 Jan 2020)

Log Message

Move macOS Test262, JSC, and perf queues to Catalina
https://bugs.webkit.org/show_bug.cgi?id=205971

Unreviewed infrastructure fix.

* BuildSlaveSupport/build.webkit.org-config/config.json: Add missing scheduler for perf queue.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (254301 => 254302)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2020-01-09 22:41:28 UTC (rev 254301)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2020-01-09 22:57:24 UTC (rev 254302)
@@ -397,6 +397,9 @@
                     { "type": "PlatformSpecificScheduler", "platform": "mac-catalina", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple-Catalina-Release-Build", "Apple-Catalina-Debug-Build", "Apple-Catalina-LLINT-CLoop-BuildAndTest"]
                     },
+                    { "type": "Triggerable", "name": "catalina-release-perf-tests",
+                      "builderNames": ["Apple-Catalina-Release-WK2-Perf"]
+                    },
                     { "type": "Triggerable", "name": "catalina-release-tests-wk1",
                       "builderNames": ["Apple-Catalina-Release-WK1-Tests"]
                     },

Modified: trunk/Tools/ChangeLog (254301 => 254302)


--- trunk/Tools/ChangeLog	2020-01-09 22:41:28 UTC (rev 254301)
+++ trunk/Tools/ChangeLog	2020-01-09 22:57:24 UTC (rev 254302)
@@ -1,3 +1,12 @@
+2020-01-09  Ryan Haddad  <ryanhad...@apple.com>
+
+        Move macOS Test262, JSC, and perf queues to Catalina
+        https://bugs.webkit.org/show_bug.cgi?id=205971
+
+        Unreviewed infrastructure fix.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: Add missing scheduler for perf queue.
+
 2020-01-09  John Wilander  <wilan...@apple.com>
 
         Resource Load Statistics: Add timing information to WebPageProxy::logFrameNavigation() to detect delayed client-side redirects
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to