Closed
Bug 1121483
Opened 10 years ago
Closed 10 years ago
Submit non-buildbot job classifications to Bugzilla/ElasticSearch too
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
Currently we only send them for buildbot jobs:
https://github.com/mozilla/treeherder-service/blob/f5aa1d3a9fd16e59b89983952aace3e0cfc6287d/treeherder/model/derived/jobs.py#L590
I believe this is mostly for legacy reasons - until bug 1069493, insert_bug_job_map() also submitted comments to TBPL, which we could only do for jobs that ran on buildbot (since TBPL only supports buildbot) - and it seems that ElasticSearch and Bugzilla submissions were also lumped in with this (even though the TBPL API that we were previously using didn't need a buildbot id).
Either way, the job details submitted to Bugzilla/ElasticSearch are all things that should be mandatory for all jobs, so we should be fine doing so for non-buildbot too.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8548926 -
Flags: review?(mdoglio)
Updated•10 years ago
|
Attachment #8548926 -
Flags: review?(mdoglio) → review-
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8548926 [details] [review]
Submit classifications to Bugzilla/ES for non-buildbot jobs too
PR updated - thanks :-)
Attachment #8548926 -
Flags: review- → review?(mdoglio)
Updated•10 years ago
|
Attachment #8548926 -
Flags: review?(mdoglio) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/1b03238a5ad4885ffd69a315e6bf680b23fd82eb
Bug 1121483 - Submit classifications to Bugzilla/ES for non-buildbot jobs too
| 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
•