Open
Bug 1863187
Opened 2 years ago
Updated 2 years ago
Can we add "How to run locally" info to each job's details?
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
If there's a problem on try run, and if I want to test it locally, currently I need to figure out how to run the test with ./mach
command.
The command used in the automation often differs from ./mach
, and it's often more automation-specific.
It would be nice if we can add documentation or associate a link for documentation to each job, so that it becomes easy to discover how the test can be run locally.
Comment 1•2 years ago
|
||
Some of the jobs are already described here, however I definitely agree it would be much nicer to have those linked directly from treeherder - and for all jobs to be required to have the appropriate information linked.
Assignee | ||
Comment 2•2 years ago
|
||
Plan:
- put the description (how to run locally, link to more info, etc) into the job's YAML file
- store the description into task (the payload data, maybe?)
- in TreeHeder UI, get the description from the task, and show it
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Comment hidden (obsolete) |
Assignee | ||
Updated•2 years ago
|
Summary: Can we add "How to run locally" tab to each job's details? → Can we add "How to run locally" info to each job's details?
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Attachment #9362534 -
Attachment is obsolete: true
Assignee | ||
Comment 5•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•