Open
Bug 1821506
Opened 2 years ago
query tasks to determine which tasks/failures are not showing up in errorsummary.json
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
treeherder does log parsing as well as ingesting errorsummary.json. It should be possible to take sheriff annotations and match up to text_log_error messages in treeherder, then look at errorsummary.json.
document task_name, failure_line, failure_type, bug #; if:
- no errorsummary.json ||
- mismatch error type ||
- missing line in errorsummary.json
with at least 2 months of data, we should have enough edge cases to find where we need to fix output to errorsummary.json.
You need to log in
before you can comment on or make changes to this bug.
Description
•