Closed
Bug 1097310
Opened 10 years ago
Closed 10 years ago
Investigate why some jobs are missing buildapi_running and buildapi_pending artifacts
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P3)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: emorley, Unassigned)
Details
Found during investigating bug 1093743.
For example:
https://treeherder.mozilla.org/api/project/mozilla-inbound/artifact/?job_id=3411383&type=json&name__in=buildapi_running,buildapi_pending,buildapi_complete
Only returns "buildapi_complete", not "buildapi_running" / "buildapi_pending".
Now I can understand missing buildapi_pending, since the job may have just started in-between the 1 min task to ingest builds-pending.js, and so we first saw it when it was running.
However we shouldn't miss buildapi_running, since the job should be running for tens of minutes, and so we have plenty of time to ingest it from builds-running.js before it moves to builds-4hr.
Reporter | ||
Updated•10 years ago
|
Component: Treeherder → Treeherder: Data Ingestion
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Reporter | ||
Updated•10 years ago
|
Priority: P1 → P2
Reporter | ||
Updated•10 years ago
|
Priority: P2 → P3
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•