Add support for converting a lando commit ID parameter into a treeherder revision
Categories
(Tree Management :: Treeherder, task)
Tracking
(Not tracked)
People
(Reporter: sparky, Assigned: sparky)
References
Details
(Whiteboard: [fxp])
This bug is for support to treeherder for converting a lando commit ID into a revision.
Lando can now produce an ID for a particular try run that can be mapped to a revision using their API. For example: https://api.lando.services.mozilla.com/landing_jobs/130079
The code for this should be used to convert a parameter like landoCommitID to a revision from a URL like this: https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=130079
And redirect to a URL like this: https://treeherder.mozilla.org/jobs?repo=try&revision=9ceb99a618e4a79952143997d0bef67d9f923cf9
Updated•8 months ago
|
Mapping landoCommitID to a treeherder url is likely going to be handled in Lando via bug 1965152.
Comment 2•7 months ago
|
||
Comment 3•7 months ago
|
||
I think this landed in https://github.com/mozilla/treeherder/commit/4eb5b562e854d499a67ea0511fe6bca365558e34 right?
Should this bug be closed? I think it was already done, which is what enabled bug 1964784.
| Assignee | ||
Comment 4•7 months ago
|
||
Yes, that's correct, thanks! Closing this as FIXED.
Description
•