Title: [148243] trunk/Tools
Revision
148243
Author
[email protected]
Date
2013-04-11 16:20:57 -0700 (Thu, 11 Apr 2013)

Log Message

Leaks builder should not be triggered upon new commits
https://bugs.webkit.org/show_bug.cgi?id=114475

Reviewed by Jessie Berlin.

Don't trigger them on new checkins wait for Mountaion Lion (Build), which already triggers
the leak builder when builds are done.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-04-11 23:09:49 UTC (rev 148242)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-04-11 23:20:57 UTC (rev 148243)
@@ -276,7 +276,7 @@
                       "builderNames": ["Apple Lion Release (Build)", "Apple Lion Debug (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-mountainlion", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["Apple MountainLion Release (Build)", "Apple MountainLion Debug (Build)", "Apple MountainLion (Leaks)"]
+                      "builderNames": ["Apple MountainLion Release (Build)", "Apple MountainLion Debug (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple Win Release (Build)", "Apple Win Debug (Build)"]

Modified: trunk/Tools/ChangeLog (148242 => 148243)


--- trunk/Tools/ChangeLog	2013-04-11 23:09:49 UTC (rev 148242)
+++ trunk/Tools/ChangeLog	2013-04-11 23:20:57 UTC (rev 148243)
@@ -1,3 +1,15 @@
+2013-04-11  Ryosuke Niwa  <[email protected]>
+
+        Leaks builder should not be triggered upon new commits
+        https://bugs.webkit.org/show_bug.cgi?id=114475
+
+        Reviewed by Jessie Berlin.
+
+        Don't trigger them on new checkins. Wait for Mountain Lion (Build), which already triggers
+        the leak builder when builds are done.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2013-04-11  Kalev Lember  <[email protected]>
 
         [GTK] Windows build failure after r136056
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to