Closed
Bug 1687425
Opened 4 years ago
Closed 4 years ago
Make load_tasks_for_kind faster when dealing with one task kind
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 1 obsolete file)
A lot of time is spent loading yaml files that aren't used in that case.
| Assignee | ||
Comment 1•4 years ago
|
||
by avoiding to load the unneeded yaml files.
| Assignee | ||
Comment 2•4 years ago
|
||
by avoiding to load the unneeded yaml files.
Updated•4 years ago
|
Attachment #9197865 -
Attachment is obsolete: true
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/58588facd98c
Make load_tasks_for_kind faster when dealing with one task kind. r=taskgraph-reviewers,jmaher
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•