Changeset 148243 in webkit


Ignore:
Timestamp:
Apr 11, 2013 4:20:57 PM (11 years ago)
Author:
rniwa@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r147981 r148243  
    277277                    },
    278278                    { "type": "PlatformSpecificScheduler", "platform": "mac-mountainlion", "branch": "trunk", "treeStableTimer": 45.0,
    279                       "builderNames": ["Apple MountainLion Release (Build)", "Apple MountainLion Debug (Build)", "Apple MountainLion (Leaks)"]
     279                      "builderNames": ["Apple MountainLion Release (Build)", "Apple MountainLion Debug (Build)"]
    280280                    },
    281281                    { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,
  • trunk/Tools/ChangeLog

    r148230 r148243  
     12013-04-11  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Leaks builder should not be triggered upon new commits
     4        https://bugs.webkit.org/show_bug.cgi?id=114475
     5
     6        Reviewed by Jessie Berlin.
     7
     8        Don't trigger them on new checkins. Wait for Mountain Lion (Build), which already triggers
     9        the leak builder when builds are done.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132013-04-11  Kalev Lember  <kalevlember@gmail.com>
    214
Note: See TracChangeset for help on using the changeset viewer.