Provide a way to find the github application associated with a taskcluster deployment.
Categories
(Taskcluster :: Services, enhancement)
Tracking
(Not tracked)
People
(Reporter: tomprince, Assigned: dustin)
References
(Blocks 1 open bug)
Details
It would be useful if there was a way to find the github integration associated with a given deployment. I was looking to add a repository to tc-stage, but it took me a bit to identify what the associated app was. I ended up needing to look at the deployments doc to figure it out.
I think it would be useful to have:
- and api that returns this information
- a link to the app from the github-quickstart
Assignee | ||
Comment 1•5 years ago
|
||
https://github.com/taskcluster/taskcluster/issues/2395 would address the second one of these. I'm not sure I see how including this in the API would be useful, though. Do you have a use-case in mind?
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
The second point is addressed, at least somewhat, in https://github.com/taskcluster/taskcluster/pull/2664/files#diff-ab453666b30fa170ad0870e42fc3b8deR441-R451 and https://github.com/taskcluster/taskcluster/pull/2664/files#diff-c747a15e686bc33f3911cb0a808b219dR19-R21. Is that sufficient, Tom?
Assignee | ||
Updated•5 years ago
|
Reporter | ||
Comment 3•5 years ago
|
||
It is a little hard to answer. I know I basically never look at the docs on https://firefox-ci-tc.services.mozilla.com/docs so I would not have found them. I know the places I listed are where I originally looked, and having found it now (and having the deployment docs in my head), I'm not sure if I can evaluate how useful having it documented in a place I did not look is.
Assignee | ||
Comment 4•5 years ago
|
||
OK. I hit at least one of those spots you looked, so I'll call it good :)
Description
•