Closed Bug 1134726 Opened 10 years ago Closed 10 years ago

Tasks being scheduled for checkins on github.com/bugzilla/bugzilla are not displaying properly in Treeherder

Categories

(Taskcluster :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: dkl, Unassigned)

Details

Example that is failing: http://docs.taskcluster.net/tools/task-graph-inspector/#oLCwshrAQYe5xme_YuA4gg Caused by commit: https://github.com/bugzilla/bugzilla/commit/cd284d407bf4546c3fad0879dcb93a0bec6948e2 Treeherder shows the commit but does not display any of the task icons. https://treeherder.mozilla.org/#/jobs?repo=bugzilla The github webservice hook shows that the POST was successful and returns a JSON structure with the graphid embedded. Connection: keep-alive Content-Length: 301 Content-Type: application/json Date: Thu, 19 Feb 2015 17:26:01 GMT Server: Cowboy Via: 1.1 vegur X-Powered-By: koa Body {"taskGraphId":"oLCwshrAQYe5xme_YuA4gg","taskIds":["N-P0NXWtQ-CcwD7kNWoRnw","VLVa_l4oTrmpLG07IB7oPA","lQZhS_ecQKuN9wv80A44Zw","A7_xW-xgT4eJsitr8cc2_Q","Xet8S9VKQXuRcDkeaXSy9A","YsYnrSsOQDSp4eCBcmvH1A"],"treeherderProject":"bugzilla","treeherderRevisionHash":"cd284d407bf4546c3fad0879dcb93a0bec6948e2"} Please examine the logs to see if there is an issue with my taskgraph.json or if something needs to be enabled in taskcluster for bugzilla/bugzilla. https://raw.githubusercontent.com//bugzilla/bugzilla/master/taskgraph.json dkl
Considering that "d46bc13db53ea797e85b1a1cb192092d6ed10d0d" has something shown in TH, and "cd284d407bf4546c3fad0879dcb93a0bec6948e2" doesn't. And the only difference related to TH, is task.extra.treeherder.machine.platform. This is wild guess work, but I wouldn't be surprised if: "platform": "bugzilla/bugzilla (master)" That is the problem. The one that worked had: "platform": "master" TH is very sensitive about it's input, and I see some 500 errors from TH related to these taskIds. Try wit task.extra.treeherder.machine.platform = "master". If that works, you could try "bugzilla/bugzilla#master". Or ask treeherder devs if they can clarify what values works in the machine.platform property. (Assuming it was task.extra.treeherder.machine.platform that caused the problem).
Closing as changing to "master" fixed the issue for now. Seems to be issue on Treeherder side where it requires machine.platform to be in a specific format or it fails to display any tasks. Will work with Treeherder to decide best way to display the information I need.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in before you can comment on or make changes to this bug.