Closed
Bug 1595696
Opened 5 years ago
Closed 5 years ago
Shift artifact namespace transformation to the job class definition
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
When choosing a namespace to search for artifacts, in some cases we add .shippable or make other changes. (This code.) I propose moving that code into ArtifactJob and its subclasses so that it can be overridden more easily. For example, due to a recent change in Thunderbird, we no longer want to add .shippable.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/integration/autoland/rev/75ddc4b87f79
Shift artifact namespace transformation to the job class definition. r=chmanchester
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•