Closed
Bug 1138889
Opened 10 years ago
Closed 10 years ago
Ouija data ingestion broken since February 23
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dminor, Assigned: jmaher)
Details
Attachments
(1 file)
Bug 1097090 made substantial changes to the Treeherder API which we've been using to grab data for Ouija, breaking the updatedb.py script. Our latest data is from Feb 23rd at 13:27:55.
| Assignee | ||
Comment 1•10 years ago
|
||
so we use:
https://treeherder.mozilla.org/api/project/%s/resultset/?format=json&full=true&revision=%s&with_jobs=true
https://treeherder.mozilla.org/api/project/%s/note/?job_id=%s
https://treeherder.mozilla.org" + job[i("resource_uri")]
"https://treeherder.mozilla.org" + data1.get("artifacts", [])[j].get("resource_uri", "")
| Assignee | ||
Comment 2•10 years ago
|
||
| Reporter | ||
Comment 3•10 years ago
|
||
Attachment #8573475 -
Flags: review?(dminor) → review+
| Reporter | ||
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
•