Open
Bug 1445343
Opened 7 years ago
Updated 3 years ago
Teach artifact builds about nightly builds
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: nalexander, Assigned: nalexander)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
In addition to the lack of mozilla-release in the artifact tree list (Bug 1435403), there's another issue with the release branches: they often have N (Nightly) builds with no corresponding B (build) builds. Those N builds populate a different TC index namespace, namely
gecko.v2.{tree}.nightly.revision.{rev}.{product}.{job}
instead of
gecko.v2.{tree}.revision.{rev}.{product}.{job}
The artifact code doesn't find those artifacts right now.
Assignee | ||
Comment 1•7 years ago
|
||
This is hard to fix in a general manner, so I'm just going to throw a patch here that works around the issue for bdanforth's immediate use.
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
nalexander: Just assigning to you since you have attached patches (I'm trying to clean up our recent untriaged/unassigned bugs)
Assignee: nobody → nalexander
Updated•7 years ago
|
Version: Version 3 → 3 Branch
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•