Title: [92820] trunk/Tools
Revision
92820
Author
[email protected]
Date
2011-08-10 22:15:44 -0700 (Wed, 10 Aug 2011)

Log Message

r92792 inadvertently removed PlatformSpecificScheduler for all Snow Leopard bots.
Revert it partially so that the remaining Snow Leopard bots can fulfill their duty.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-08-11 05:01:05 UTC (rev 92819)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-08-11 05:15:44 UTC (rev 92820)
@@ -268,6 +268,9 @@
                     { "type": "PlatformSpecificScheduler", "platform": "mac-leopard", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Leopard Intel Debug (Build)"]
                     },
+                    { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0, 
+                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Debug (Build)"] 
+                    },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-lion", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Lion Intel Release (Build)", "Lion Intel Debug (Build)"]
                     },

Modified: trunk/Tools/ChangeLog (92819 => 92820)


--- trunk/Tools/ChangeLog	2011-08-11 05:01:05 UTC (rev 92819)
+++ trunk/Tools/ChangeLog	2011-08-11 05:15:44 UTC (rev 92820)
@@ -1,3 +1,10 @@
+2011-08-10  Ryosuke Niwa  <[email protected]>
+
+        r92792 inadvertently removed PlatformSpecificScheduler for all Snow Leopard bots.
+        Revert it partially so that the remaining Snow Leopard bots can fulfill their duty.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2011-08-10  Eric Seidel  <[email protected]>
 
         new-run-webkit-test's WinPort has no fallback logic
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to