Closed
Bug 1844298
Opened 2 years ago
Closed 2 years ago
taskgraph should detect conflicts of payload or index builders
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
Details
Attachments
(2 files)
The task transform keeps registries of index and payload builders, identified by a "name" string; AFAICT nothing prevents registering different functions under the same name, which seems potentially confusing.
| Assignee | ||
Comment 1•2 years ago
|
||
The task transform module keeps registries of payload and index
builders, identified by a "name" string; AFAICT nothing prevents
registering different functions under the same name, which seems
potentially confusing.
| Assignee | ||
Comment 2•2 years ago
|
||
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37729026a23e
gecko_taskgraph: assert payload/index builders names are unique r=taskgraph-reviewers,gabriel DONTBUILD
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•