Closed
Bug 794453
Opened 7 years ago
Closed 7 years ago
Make cleanup steps less verbose (don't use rm -v)
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Not set
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sheriff-want])
Attachments
(1 file)
4.26 KB,
patch
|
bhearsum
:
review+
emorley
:
checked-in+
|
Details | Diff | Splinter Review |
Background to bug 765224: Many of the buildbot logs are extremely verbose even in the case of success, causing larger log sizes, thereby meaning slower TBPL parsing (and of late, timeouts) - as well as making it harder for someone to look at the log and ascertain what actually failed without trying a bunch of searches. One place I think we can cut back is in cleanup, ie: https://tbpl.mozilla.org/php/getParsedLog.php?id=15552323&tree=Mozilla-Inbound ========= Started 'rm -rfv ...' (results: 0, elapsed: 0 secs) (at 2012-09-26 06:07:36.632258) ========= and use rm -rf not rm -rfv
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #664935 -
Flags: review?(bhearsum)
Updated•7 years ago
|
Attachment #664935 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Comment on attachment 664935 [details] [diff] [review] Don't use -v with rm Thank you :-) http://hg.mozilla.org/build/buildbotcustom/rev/01137a65c3e0
Attachment #664935 -
Flags: checked-in+
Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: mozilla.org → Release Engineering
Updated•2 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•