Open
Bug 1926548
Opened 13 days ago
Updated 13 days ago
extend expiration time for CI artifacts
Categories
(NSS :: Build, task)
NSS
Build
Tracking
(Not tracked)
NEW
People
(Reporter: jcristau, Unassigned)
Details
Attachments
(1 file)
application-services consumes CI builds from nss (https://github.com/mozilla/application-services/blob/50bf235b9a3a62a6b6749cd0bd7358d7b96a42e4/taskcluster/kinds/fetch/kind.yml#L30). That is very fragile right now because nss build artifacts are set to expire after a week, so if anything causes the fetch task in app-services to get invalidated or otherwise rerun, it breaks.
Reporter | ||
Comment 1•13 days ago
|
||
Leave expiry at 7 days for nss-try, but keep artifacts for longer on
nss, for the benefit of downstream consumers like application-services.
Reporter | ||
Updated•13 days ago
|
Summary: extend expiration time for CI artifact expiry → extend expiration time for CI artifacts
You need to log in
before you can comment on or make changes to this bug.
Description
•