Title: [146852] trunk/Tools
Revision
146852
Author
rn...@webkit.org
Date
2013-03-25 23:35:49 -0700 (Mon, 25 Mar 2013)

Log Message

Remove Lion leaks builder
https://bugs.webkit.org/show_bug.cgi?id=113252

Reviewed by Andreas Kling.

Removed.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-03-26 06:35:06 UTC (rev 146851)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-03-26 06:35:49 UTC (rev 146852)
@@ -1,8 +1,6 @@
 {
     "slaves":     [ { "name": "test-slave", "platform": "*" },
 
-                  
-                    { "name": "apple-macpro-3", "platform": "mac-lion" },
                     { "name": "apple-macpro-4", "platform": "mac-lion" },
                     { "name": "apple-macpro-5", "platform": "mac-lion" },	
                     { "name": "apple-macpro-6", "platform": "mac-lion" },
@@ -78,13 +76,9 @@
                     { "name": "sh4-linux-1", "platform": "qt-sh4"}
                   ],
 
-    "builders":   [ { "name": "Apple Lion (Leaks)", "type": "TestLeaks", "builddir": "lion-leaks",
+    "builders":   [ { "name": "Apple Lion Debug (Build)", "type": "Build", "builddir": "lion-debug",
                       "platform": "mac-lion", "configuration": "debug", "architectures": ["x86_64"],
-                      "slavenames": ["apple-macpro-3"]
-                    },
-                    { "name": "Apple Lion Debug (Build)", "type": "Build", "builddir": "lion-debug",
-                      "platform": "mac-lion", "configuration": "debug", "architectures": ["x86_64"],
-                      "triggers": ["lion-debug-tests-wk1", "lion-debug-tests-wk2", "lion-leaks"],
+                      "triggers": ["lion-debug-tests-wk1", "lion-debug-tests-wk2"],
                       "slavenames": ["apple-xserve-2", "apple-xserve-10"]
                     },
                     { "name": "Apple Lion Release (Build)", "type": "Build", "builddir": "lion-release",
@@ -385,9 +379,6 @@
                     { "type": "Triggerable", "name": "lion-debug-tests-wk2",
                       "builderNames": ["Apple Lion Debug WK2 (Tests)"]
                     },
-                    { "type": "Triggerable", "name": "lion-leaks",
-                      "builderNames": ["Apple Lion (Leaks)"]
-                    },
                     { "type": "Triggerable", "name": "mountainlion-release-tests-wk1",
                       "builderNames": ["Apple MountainLion Release WK1 (Tests)"]
                     },

Modified: trunk/Tools/ChangeLog (146851 => 146852)


--- trunk/Tools/ChangeLog	2013-03-26 06:35:06 UTC (rev 146851)
+++ trunk/Tools/ChangeLog	2013-03-26 06:35:49 UTC (rev 146852)
@@ -1,3 +1,14 @@
+2013-03-25  Ryosuke Niwa  <rn...@webkit.org>
+
+        Remove Lion leaks builder
+        https://bugs.webkit.org/show_bug.cgi?id=113252
+
+        Reviewed by Andreas Kling.
+
+        Removed.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2013-03-25  Kent Tamura  <tk...@chromium.org>
 
         Rename ENABLE_INPUT_TYPE_DATETIME
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to