Closed
Bug 1235734
Opened 10 years ago
Closed 9 years ago
Emulator test jobs on taskCluster are skipping log uploads
Categories
(Testing :: General, defect, P1)
Testing
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1248318
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(2 obsolete files)
It looks like all emulator test jobs on taskcluster lose logs, for example [1],
13:40:43 INFO - Running post-run listener: _upload_blobber_files
13:40:43 WARNING - Blob upload gear skipped. Missing cmdline options.
13:40:43 INFO - Copying logs to upload dir...
13:40:43 INFO - mkdir: /home/worker/build/upload/logs
========= Finished Running tests (results: 0, elapsed: 1357 secs) (at 2015-12-23 13:40:43.222451) ========= [taskcluster] === Task Finished ===
[taskcluster] Artifact "public/logs/" not found at "/home/worker/workspace/build/upload/logs/"
[taskcluster] Artifact "public/test_info/" not found at "/home/worker/workspace/build/blobber_upload_dir/"
[1] https://treeherder.mozilla.org/logviewer.html#?job_id=14847469&repo=try#L850-L856
Assignee | ||
Comment 1•10 years ago
|
||
Looks like the MOZ_UPLOAD_DIR doesn't match the artifacts path defined in test.yml
INFO - 'MOZ_UPLOAD_DIR': '/home/worker/build/blobber_upload_dir'
...
[taskcluster] === Task Finished ===
[taskcluster] Artifact "public/logs/" not found at "/home/worker/workspace/build/upload/logs/"
[taskcluster] Artifact "public/test_info/" not found at "/home/worker/workspace/build/blobber_upload_dir/"
Assignee | ||
Comment 2•10 years ago
|
||
Just a workaround patch to make it work. It may not a good way to solve this problem.
Assignee | ||
Updated•10 years ago
|
Blocks: emu-x86-kk-tests
Updated•10 years ago
|
Priority: -- → P3
Comment 3•10 years ago
|
||
Talked with Edgar, this is a regression recently and we need to fix this to have device log back. Set priority to P1.
Priority: P3 → P1
Comment 4•10 years ago
|
||
Hi Edgar, I think this is in your plan so I am assigning to you first! Fell free to let me know if you have other concerns.
Assignee: nobody → echen
Assignee | ||
Comment 5•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/31711/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/31711/
Assignee | ||
Updated•10 years ago
|
Attachment #8703074 -
Attachment is obsolete: true
Assignee | ||
Comment 6•9 years ago
|
||
After bug 1248318 is landed, I can see device logs shown in task inspector again,
https://tools.taskcluster.net/task-inspector/#fQWCkF7JQBSJ-LNXd9AeLg/0
So mark as a duplicate of bug 1248318.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•9 years ago
|
Attachment #8716735 -
Attachment is obsolete: true
Comment 7•9 years ago
|
||
That's great!
You need to log in
before you can comment on or make changes to this bug.
Description
•