Open
Bug 1414822
Opened 8 years ago
Updated 1 year ago
release_history object should be populated for desktop only
Categories
(Release Engineering :: General, enhancement)
Release Engineering
General
Tracking
(Not tracked)
NEW
People
(Reporter: rail, Unassigned)
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
Details | Diff | Splinter Review |
I just realized that we populate the `release_history` object for all kind of nightly decision tasks, including Android.
| Reporter | ||
Comment 1•8 years ago
|
||
Simon, what do you think about this change? Also, before I submit it for review, do you mind if I rename `populate_release_history()` to something like `populate_nighlty_release_history()`.
Attachment #8925506 -
Flags: feedback?(sfraser)
Comment 2•8 years ago
|
||
Comment on attachment 8925506 [details] [diff] [review]
nightly_desktop.diff
I'd update the comment as well, but it looks good. Are we worried about cases where people trigger a nightly for a specific platform?
desktop_nightlies = [
'nightly_linux',
'nightly_macosx',
'nightly_win32',
'nightly_win64',
'nightly_desktop',
]
if parameters.get('target_tasks_method') and parameters.get('target_tasks_method') in desktop_nightlies:
Comment 3•8 years ago
|
||
Renaming the function is a good idea. The TC folks may prefer us renaming the mach command as well, as release_history is too broad.
| Reporter | ||
Comment 4•8 years ago
|
||
Ah, good point. I wonder if we can distinguish nightlies by product...
Comment 5•8 years ago
|
||
There doesn't seem to be an easy way of doing that. The --force-run parameter makes it through taskcluster/taskgraph/cron/* as job_name, but that ends up only in the human readable fields, the scopes, and the routes. It seems that we either update .taskcluster.yml to add it to the parameters, or do the long-winded check.
Comment 6•8 years ago
|
||
Should we just go ahead with checking for nightly_desktop and seeing if it breaks things?
| Reporter | ||
Updated•8 years ago
|
Attachment #8925506 -
Flags: feedback?(sfraser)
| Reporter | ||
Comment 7•8 years ago
|
||
Back to the pool, I won't be around for a while
Assignee: rail → nobody
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
QA Contact: catlee
You need to log in
before you can comment on or make changes to this bug.
Description
•