Open
Bug 1809580
Opened 2 months ago
Updated 2 months ago
taskcluster:error] Error: Error loading docker image. Could not download artifact "public/image.tar.zst from task "$task" after 1 attempt(s)
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox-esr102 unaffected, firefox108 wontfix, firefox109 wontfix, firefox110 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox108 | --- | wontfix |
firefox109 | --- | wontfix |
firefox110 | --- | fix-optional |
People
(Reporter: glandium, Unassigned, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
On try, docker images are set to expire in 1 year, but their artifacts expire in 1 month. This means that if you do changes to docker images on try, then come back a month later with the same changes, tasks that depend on those docker images will fail because they can't load the image anymore, as the cache points to the non-expired task that now has an expired artifact.
Before bug 1649987, all try tasks had their expiry capped at 28 days, but that specific code was removed.
Updated•2 months ago
|
Keywords: regression
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1649987
:bxbrenden, since you are the author of the regressor, bug 1649987, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
status-firefox108:
--- → affected
status-firefox109:
--- → affected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → unaffected
Flags: needinfo?(bhyde)
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•