Title: [99775] trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
Revision
99775
Author
lforsch...@apple.com
Date
2011-11-09 15:55:37 -0800 (Wed, 09 Nov 2011)

Log Message

Fix break after r99644.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-11-09 23:47:45 UTC (rev 99774)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-11-09 23:55:37 UTC (rev 99775)
@@ -10,7 +10,7 @@
                     { "name": "apple-xserve-9", "platform": "mac-snowleopard" },	
                     { "name": "apple-macpro-1", "platform": "mac-snowleopard" },
                     { "name": "apple-macpro-2", "platform": "mac-snowleopard" },
-                    { "name": "apple-macpro-3", "platform": "mac-snowleopard" },
+                    { "name": "apple-macpro-3", "platform": "mac-lion" },
 
                     { "name": "apple-macpro-4", "platform": "mac-lion" },
                     { "name": "apple-macpro-5", "platform": "mac-lion" },	
@@ -275,10 +275,10 @@
                                        "Chromium Android Release", "WinCairo Release", "WinCE Release (Build)", "EFL Linux Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0, 
-                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Debug (Build)"] 
+                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Debug (Build)"] 
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-lion", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["Lion Intel Release (Build)", "Lion Intel Debug (Build)"]
+                      "builderNames": ["Lion Intel Release (Build)", "Lion Intel Debug (Build)", "Lion Intel Leaks"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Windows Release (Build)", "Windows Debug (Build)"]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to