Closed
Bug 1170636
Opened 10 years ago
Closed 10 years ago
The parse_status conditional uses the string "builbot_text" rather than "buildbot_text"
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P2)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
https://github.com/mozilla/treeherder/blob/81c5c67a2ae5a21738c080f2d6bddb92169b608e/treeherder/model/derived/jobs.py#L1615
if text_log_summary and name == 'builbot_text':
parse_status = 'parsed'
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8614143 -
Flags: review?(cdawson)
Updated•10 years ago
|
Attachment #8614143 -
Flags: review?(cdawson) → review+
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/6055a63b16ff96dea62580a1936af5a166a0794d
Bug 1170636 - Fix log name typo in parse_status conditional
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•