Closed
Bug 1158878
Opened 10 years ago
Closed 10 years ago
Support submitting jobs with logs that are marked as already parsed
Categories
(Tree Management :: Treeherder: Data Ingestion, defect)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camd, Assigned: camd)
References
Details
Attachments
(1 file)
Treeherder-Client and the jobs ingestion needs to support an additional field in the log data. This field will be optional and, if present with the value "parsed" it will not schedule log parsing and mark the job_log_url entry with that status.
This way, logs can be pre-parsed, the job submitted, and the artifacts for them submitted without triggering our internal log parsing.
This is follow-on work from Bug 1080760
Updated•10 years ago
|
Component: Treeherder → Treeherder: API
Summary: submit jobs with logs that are marked as already parsed → Supoort submitting jobs with logs that are marked as already parsed
Updated•10 years ago
|
Summary: Supoort submitting jobs with logs that are marked as already parsed → Support submitting jobs with logs that are marked as already parsed
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8598346 -
Flags: review?(emorley)
Updated•10 years ago
|
Attachment #8598346 -
Flags: review?(emorley) → review+
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/6b1279c9d02f160c831cbcac571c0a23d65033ff
Bug 1158878 - support job submission with pre-parsed logs
This supports ingesting job ``log_references`` that have a
``parse_status`` value. This is so that external tools can submit jobs
that don’t require our internal log parsing. They will then submit
their own log summary artifact.
Assignee | ||
Updated•10 years ago
|
Component: Treeherder: API → Treeherder: Data Ingestion
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•