Open
Bug 1423900
Opened 8 years ago
Updated 3 years ago
Merge upload_symbols and upload_generated_sources transforms
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: ted, Unassigned)
References
Details
The upload_symbols and upload_generated_sources transforms are very similar:
https://dxr.mozilla.org/mozilla-central/rev/79d3e25106f8eb369dde6a47199547d131af8d3d/taskcluster/taskgraph/transforms/upload_symbols.py
https://dxr.mozilla.org/mozilla-central/rev/79d3e25106f8eb369dde6a47199547d131af8d3d/taskcluster/taskgraph/transforms/upload_generated_sources.py
Not surprising since I cribbed from upload_symbols when writing upload_generated_sources! After my patches in bug 1422740, the upload-symbols tasks are using `run-task` so they're even more similar. At this point we could probably just merge them and use some templated bits for the differences, which are mostly just the naming and the actual command to run.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•