Provide a debug flag in .taskcluster.yml to aid troubleshooting
Categories
(Taskcluster :: Services, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: dustin, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
| Reporter | ||
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
| Reporter | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
| Reporter | ||
Comment 6•5 years ago
|
||
This is good background for a rethink of the GitHub integration.
Updated•1 year ago
|
I came across this issue via codetribute and would love to work on this as my first contribution. I’ve gone through the contribution guidelines, but I’d appreciate any pointers on where to start or any relevant docs to check.
Comment 8•1 year ago
|
||
Hi ansah, thanks for the interest!
You can start with the documentation of github service and .taskcluster.yml definition - https://community-tc.services.mozilla.com/docs/reference/integrations/github/taskcluster-yml-v1
Here is one of the more complex ones that taskcluster itself is using - https://github.com/taskcluster/taskcluster/blob/main/.taskcluster.yml
A more simple option is here - https://github.com/taskcluster/tc-dev-integration-test/blob/main/.taskcluster.yml
Since then we have introduced already some debugging functionality in the UI: https://community-tc.services.mozilla.com/tcyaml-debug?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftaskcluster%2Ftc-dev-integration-test%2Frefs%2Fheads%2Fmain%2F.taskcluster.yml#findings
Which is sending requests to this endpoint: https://docs.taskcluster.net/docs/reference/integrations/github/api#renderTaskclusterYml
However, I believe, we have also implemented most of the original ideas already through comments - github integration will send comments to PR or commits when it encounters those errors, so I'm afraid there's not much to do in here, and maybe we should close it
Description
•