author | Ehsan Akhgari <ehsan@mozilla.com> |
Thu, 19 Dec 2013 15:59:10 -0500 | |
changeset 161285 | efca82d20128109483d6b7708c97a4b939c7bd28 |
parent 161284 | e7bb99d245e87c658a6655203694127a611a768c |
child 161286 | 03d86cd05b7e0e236cd5b38053dcb2ff62d037ca |
push id | 37873 |
push user | eakhgari@mozilla.com |
push date | Thu, 19 Dec 2013 20:59:40 +0000 |
treeherder | mozilla-inbound@efca82d20128 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gps |
bugs | 949704 |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mozbuild/mozbuild/mach_commands.py +++ b/python/mozbuild/mozbuild/mach_commands.py @@ -437,18 +437,18 @@ class Build(MachCommandBase): if long_build: print('We know it took a while, but your build finally finished successfully!') else: print('Your build was successful!') if monitor.have_resource_usage: excessive, swap_in, swap_out = monitor.have_excessive_swapping() - if excessive: - print(EXCESSIVE_SWAP_MESSAGE) + # if excessive: + # print(EXCESSIVE_SWAP_MESSAGE) print('To view resource usage of the build, run |mach ' 'resource-usage|.') # Only for full builds because incremental builders likely don't # need to be burdened with this. if not what: # Fennec doesn't have useful output from just building. We should