improve `primary-dependency` finding
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox144 fixed)
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file, 2 obsolete files)
Upstream taskgraph added support for more efficient primary dependency finding, and enables to avoid iterating over all upstream tasks to find it. Picking up this change will get us free wins for from_deps usage. We should also replace primary-dependency-kind with primary-dependency-label in a few places to get the wins there too.
| Assignee | ||
Comment 1•9 months ago
|
||
| Assignee | ||
Comment 2•9 months ago
|
||
| Assignee | ||
Comment 3•9 months ago
|
||
This allows the name_sanity transform to cheaply find the upstream task to copy metadata from. Task payloads are unaffected by this change.
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Backed out for causing mochitest failures @test_2_conformance2__extensions__ovr_multiview2.html.
- Backout link
- Push with failures mochitest failures
- Push with failures snap failures
- Failure Log mochitest failures
- Failure Log snap failures
| Assignee | ||
Comment 8•8 months ago
|
||
(In reply to agoloman from comment #5)
Backed out for causing mochitest failures @test_2_conformance2__extensions__ovr_multiview2.html.
- Backout link
- Push with failures mochitest failures
- Push with failures snap failures
- Failure Log mochitest failures
- Failure Log snap failures
I presume this was not actually the cause of that?
Comment 9•8 months ago
|
||
Only due to the side effect of rebuilding docker images. See bug 1984380.
Description
•