Closed
Bug 1177789
Opened 10 years ago
Closed 10 years ago
Make luciddream mozharness upload log files to blobber
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox42 fixed)
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file)
|
1.95 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
The lucciddream job isn't uploading gecko log files, which makes it hard to debug failures, like the one in bug 1161702. We should fix this.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8626619 -
Flags: review?(ahalberstadt)
| Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment on attachment 8626619 [details] [diff] [review]
Make lucciddream upload log files to blobber,
Review of attachment 8626619 [details] [diff] [review]:
-----------------------------------------------------------------
Lgtm! r+ with comment addressed.
::: scripts/luciddream_unittest.py
@@ +278,5 @@
> + if not os.path.exists(dirs['abs_blob_upload_dir']):
> + self.mkdir_p(dirs['abs_blob_upload_dir'])
> + for filename in os.listdir(dirs['abs_work_dir']):
> + if filename.endswith('.log'):
> + shutil.copy(os.path.join(dirs['abs_work_dir'], filename),
Should use self.copyfile here (or self.move)
Attachment #8626619 -
Flags: review?(ahalberstadt) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
testing a mozharness bump: https://treeherder.mozilla.org/#/jobs?repo=try&revision=73123b66b215
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•