Closed
Bug 1277962
Opened 9 years ago
Closed 9 years ago
[taskcluster-treeherder] Jobs from some repos put revision_hash in the revision field
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camd, Assigned: garndt)
References
Details
Attachments
(1 file)
I discovered that some repos like mozilla-beta and mozilla-esr45 have not yet gotten the code to allow tasks to be submitted to Treeherder with a revision. They only have revision_hash. So I have a PR in to support submitting a revision_hash.
Once that's merged, please copy the new pulse-job.yml file to taskcluster-treeherder and put revision_hash in when appropriate.
https://github.com/taskcluster/taskcluster-treeherder/blob/eaa7490f49d517688b48b6cd504b3fe2dcbc2e8e/src/util/route_parser.js#L23
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → garndt
Reporter | ||
Updated•9 years ago
|
Summary: [taskcluster-treeherder] Jobs from some repos don't have revision, only revision_hash → [taskcluster-treeherder] Jobs from some repos put revision_hash in the revision field
Reporter | ||
Comment 1•9 years ago
|
||
The Treeherder-side support for the revision_hash field are in. You just need to copy the pulse-job.yml file over and put the revision_hash in the right field now.
Though, it was also mentioned in bug 1277955 that you may be able to get your changes that fix getting the revision instead of the revision_hash backported into the other repos by the Sheriffs. I'm not sure how hard that is, tbh.
Also worth mentioning. I saw several of these revision_hash in the revision field occurrences on mozilla-central today. I would have expected that only in m-beta and esr45. But maybe m-c is to be expected, too?
Reporter | ||
Comment 2•9 years ago
|
||
Hey Greg-- I took a crack at fixing this. Does this look about right?
Attachment #8761851 -
Flags: review?(garndt)
Assignee | ||
Updated•9 years ago
|
Attachment #8761851 -
Flags: review?(garndt) → review+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Platform and Services → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•