Open
Bug 2050118
Opened 1 day ago
Updated 1 day ago
Add a utility flag to `./mach newtab trainhop-recipe` to make it easier to populate our tracking table with entries
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
NEW
People
(Reporter: mconley, Assigned: mconley)
Details
Attachments
(1 file)
We keep track of historical newtab trainhops here: https://github.com/mikeconley/newtab-train-hop-station/blob/trainhop-data/train-hops.yaml
We've been constructing these entries manually, but creating an entry can be easily automated. So let's do that.
| Assignee | ||
Updated•1 day ago
|
Assignee: nobody → mconley
| Assignee | ||
Comment 1•1 day ago
|
||
| Assignee | ||
Comment 2•1 day ago
|
||
How to test:
./mach newtab trainhop-recipe https://firefox-ci-tc.services.mozilla.com/tasks/groups/GBjNnWvLR8yrjDgl7rqO5A --for-table
produces:
- version: 154.2.20260624.61428
name: newtab-154.2.0-build1
git_sha: c1395f54bdda7cb0ed71bbe54e2940ce16175389
mercurial_sha: 3fbd071a3248531d785fee139596abb1be185c33
deployed_release_25: Pending
deployed_release_100: Pending
deployed_beta_100: Pending
notes: TODO
alongside the normal trainhop recipe output.
You need to log in
before you can comment on or make changes to this bug.
Description
•