Closed
Bug 811286
Opened 12 years ago
Closed 12 years ago
Make mozharness unpack steps less verbose
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mozharness][sheriff-want])
Attachments
(1 file)
5.54 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #794458 +++
The mozharness equivalent of bug 794458.
Unpacking tests gives us 32,000 lines of mostly pointless log output:
{
06:08:19 INFO - Running command: ['unzip', '-o', '/home/cltbld/talos-slave/test/build/b2g-19.0a1.en-US.android-arm.tests.zip'] in /home/cltbld/talos-slave/test/build/tests
06:08:19 INFO - Copy/paste: unzip -o /home/cltbld/talos-slave/test/build/b2g-19.0a1.en-US.android-arm.tests.zip
06:08:19 INFO - Archive: /home/cltbld/talos-slave/test/build/b2g-19.0a1.en-US.android-arm.tests.zip
06:08:19 INFO - inflating: bin/fix-linux-stack.pl
06:08:19 INFO - inflating: bin/xpcshell
06:08:19 INFO - inflating: bin/certutil
06:08:19 INFO - inflating: bin/fix_stack_using_bpsyms.py
...
}
Unpacking the emulator then gives us another 16,000 lines of output:
{
06:09:33 INFO - Running command: ['unzip', '/home/cltbld/talos-slave/test/build/emulator.zip'] in /home/cltbld/talos-slave/test/build/emulator
06:09:33 INFO - Copy/paste: unzip /home/cltbld/talos-slave/test/build/emulator.zip
06:09:33 INFO - Archive: /home/cltbld/talos-slave/test/build/emulator.zip
06:09:33 INFO - creating: b2g-distro/
06:09:33 INFO - creating: b2g-distro/prebuilts/
06:09:33 INFO - creating: b2g-distro/prebuilts/qemu-kernel/
06:09:33 INFO - creating: b2g-distro/prebuilts/qemu-kernel/arm/
06:09:33 INFO - inflating: b2g-distro/prebuilts/qemu-kernel/arm/kernel-qemu-armv7
06:09:33 INFO - inflating: b2g-distro/run-emulator.sh
06:09:33 INFO - creating: b2g-distro/development/
...
}
We should just run unzip in non-verbose mode.
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 681046 [details] [diff] [review]
Patch v1
This output is occasionally useful, but that's probably usually when writing new scripts or making large changes; I can see how it's aggravating when on sheriff duty.
r=me.
Attachment #681046 -
Flags: review?(aki) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Thank you for the review :-)
https://hg.mozilla.org/build/mozharness/rev/1ca7a4867d0b
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•