Closed
Bug 1853894
Opened 2 years ago
Closed 2 years ago
Port bug 1780278: Merge optimization logic between the two taskgraphs
Categories
(Thunderbird :: Build Config, task)
Tracking
(thunderbird_esr115 wontfix)
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | wontfix |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(1 file)
I think this causes the
ImportError: cannot import name 'registry' from 'gecko_taskgraph.optimize' (/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/optimize/__init__.py)
TEST-UNEXPECTED-FAIL | No test output (missing mozunit.main() call?): /builds/worker/checkouts/gecko/comm/taskcluster/comm_taskgraph/test/test_optimization_strategies.py
failures on the Linux 18.04 x64 opt Python checks source-test-python-comm_taskgraph-tests ctg job.
test_optimization_strategies.py should be importing from taskgraph.optimize.base import registry instead of from gecko_taskgraph.optimize import registry based on the bug this would be porting.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 119 Branch
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/443fdb45c366
Port bug 1780275: Import registry from correct package. r=dandarnell
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•