Closed
Bug 1431763
Opened 8 years ago
Closed 8 years ago
update aurora version info for 59.0b1
Categories
(Socorro :: General, task, P1)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
There's a processor rule called AuroraVersionFixitRule in socorro/processor/mozilla_transform_rules.py that has a hard-coded lookup table of build id -> correct version number. Since it's hard-coded, we need to update it every time a new Aurora version is released.
According to buildhub, it's been released:
https://mozilla-services.github.io/buildhub/?q=59.0b1
The build id is 20180113035635, so we need to add this:
'20180113035635': '59.0b1'
to the lookup table.
This bug covers adding that.
Further, this change should get pushed out as soon as we can. Then we need to reprocess all the crashes with that build id so they pick up the right version number.
| Assignee | ||
Comment 1•8 years ago
|
||
Grabbing this to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/d3192b8bab3d25df4f36a5ee46873b675e6ea4a8
fixes bug 1431763 - add buildid for 59.0b1 to AuroraVersionFixitRule
https://github.com/mozilla-services/socorro/commit/7e46544721233caefe54958e689ec20f00660980
Merge pull request #4302 from willkg/1431763-aurora
fixes bug 1431763 - add buildid for 59.0b1 to AuroraVersionFixitRule
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 4•8 years ago
|
||
It seems that the correct buildid for aurora 59b1 is 20180116202029 where, according to SuperSearch, we have ~14K crashes which is more realistic than the 14 we had for 20180113035635.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/4d3029a1d915986a88efb8e9f96fc9b1a28107cb
fixes bug 1431763 - fix 59.0b1 build id
This changes the 59.0b1 build id to the correct one. The previous one
used was a cancelled build.
https://github.com/mozilla-services/socorro/commit/798fb289c359bc8eddf5c7010a97b355fc7e9f57
Merge pull request #4315 from willkg/1431763-590b1-2
fixes bug 1431763 - fix 59.0b1 build id
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•