Closed
Bug 1907169
Opened 10 months ago
Closed 10 months ago
fix perf regression in in_tree_actions.py
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file, 1 obsolete file)
https://bugzilla.mozilla.org/show_bug.cgi?id=1903776 doubled the amount of time it takes to run ci-admin generate
, whoops
Assignee | ||
Comment 1•10 months ago
|
||
Switching from asyncio.gather
to individual awaits
added a ton of overhead. Restoring gather
usage required some refactoring, so I've split it out for easier reviewing.
This also drops a non-existant branch for product-details that I noticed, which I didn't think was worth splitting out.
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Attachment #9412104 -
Attachment is obsolete: true
Assignee | ||
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•