Closed
Bug 1313113
Opened 8 years ago
Closed 6 years ago
use newer release blob versions for Firefox releases
Categories
(Release Engineering :: Release Automation: Updates, defect, P2)
Release Engineering
Release Automation: Updates
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1431789
People
(Reporter: bhearsum, Unassigned)
References
Details
Today I noticed that we're still using the V4 blobs for Firefox Releases & Nightlies, even though we're up to V7. This hasn't been a problem so far, because most of the changes have been removing dead attributes (which we still set due to using the old blob, but Firefox ignores).
However, we just added the new "backgroundInterval" attribute (https://bugzilla.mozilla.org/show_bug.cgi?id=1309660) that we're likely to need to use in the near future. This means that we should start submitting blobs new nightly & release blobs as V7.
I _think_ the only thing we need to change in cli.py is to remove platformVersion from the submission - everything else we currently submit is still supported. https://github.com/mozilla/balrog/blob/master/auslib/blobs/apprelease.py has the full details on changes by blob version.
Updated•8 years ago
|
Priority: -- → P2
Comment 1•6 years ago
|
||
AFAIk, we're using version schema 9 now in balrgoworkers so I think this bug outlives its usefulness; do you agree we can close it?
Flags: needinfo?(bhearsum)
Updated•6 years ago
|
Component: Release Automation: Other → Release Automation: Updates
Reporter | ||
Comment 2•6 years ago
|
||
Yes, I think this was fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1431789
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(bhearsum)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•