Closed
Bug 1592162
Opened 5 years ago
Closed 5 years ago
Split comm_taskgraph loaders and transforms into separate packages
Categories
(Thunderbird :: Build Config, enhancement)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 72.0
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(2 files, 3 obsolete files)
1.94 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
26.38 KB,
patch
|
Details | Diff | Splinter Review |
This is to facilitate work going on in a few different bugs.
comm/taskcluster/comm_taskgraph/init.py is a collection of mostly transforms functions. Thunderbird's build needs are changing and this file has grown some as a result. Splitting transforms and loaders out into separate packages will mirror the Firefox structure and keep various WIP patches from colliding.
Assignee | ||
Comment 1•5 years ago
|
||
Semi-WIP.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Comment 2•5 years ago
|
||
Did you want this reviewed? You said it was waiting for review but it isn't and comment 1 suggests it's unfinished.
Assignee | ||
Updated•5 years ago
|
Attachment #9104823 -
Attachment is obsolete: true
Assignee | ||
Comment 4•5 years ago
|
||
This is semi-beta, but because it's only been verified to work on fetch
tasks.
Toolchains in particular don't really work, but I those issues are likely
to be solved elsewhere.
source-tests come to mind as a possible consumer of this loader.
Attachment #9106349 -
Flags: review?(geoff)
Comment 5•5 years ago
|
||
Comment on attachment 9106346 [details] [diff] [review]
comm_taskgraph_splitup.patch
Review of attachment 9106346 [details] [diff] [review]:
-----------------------------------------------------------------
::: taskcluster/comm_taskgraph/transforms/addon.py
@@ +54,5 @@
> + if "ja-JP-mac" in chunked_locales:
> + label = "unsigned-repack-mac"
> + job["dependencies"][
> + label] = "nightly-l10n-macosx64-shippable-%d/opt" % \
> + this_chunk
This is some, uhh, "pretty" wrapping. Let's go back to 99 characters.
Attachment #9106346 -
Flags: review?(geoff) → review+
Updated•5 years ago
|
Attachment #9106349 -
Flags: review?(geoff) → review+
Comment hidden (typo) |
Assignee | ||
Updated•5 years ago
|
Attachment #9106346 -
Attachment is obsolete: true
Assignee | ||
Updated•5 years ago
|
Attachment #9106393 -
Attachment is obsolete: true
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e1879be2884c
Add merge loader. r=darktrojan
https://hg.mozilla.org/comm-central/rev/fee24a698db4
Split comm_taskgraph functions into loader and transform packages. r=darktrojan
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 72.0
You need to log in
before you can comment on or make changes to this bug.
Description
•