Closed Bug 615259 Opened 14 years ago Closed 14 years ago

Socorro: Please unthrottle Firefox 3.6.13 and 3.5.16 crash processing

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: christian, Assigned: jabba)

References

Details

Please unthrottle Firefox 3.6.13 and 3.5.16 crash processing. I forgot that it was throttled when it went to beta last week.

Also, it would be great if you could process all the reports for those versions that weren't processed due to throttling (should be a small amount as we only have 150k people on the builds)
Marking as blocker to get traction, we need this crash visibility
Severity: major → blocker
Assignee: nobody → server-ops
Component: Socorro → Server Operations
Product: Webtools → mozilla.org
QA Contact: socorro → mrz
Summary: Please unthrottle Firefox 3.6.13 and 3.5.16 crash processing → Socorro: Please unthrottle Firefox 3.6.13 and 3.5.16 crash processing
Version: Trunk → other
Assignee: server-ops → jdow
The throttle conditions now look like this:

throttleConditions = cm.Option()
throttleConditions.default = [
    ('Version', '3.6.13', 100.0), ('Version', '3.5.16', 100.0),
    ("Version", re.compile(r'\..*?[a-zA-Z]+'), 100), # 100% of all alpha, beta or special
    ("Comments", lambda x: x, 100), # 100% of crashes with comments
    ("ProductName", lambda x: x[0] == 'F' and x[-1] == 'x', 10), # 10% of Firefox - excluding someone's bogus "Firefox3" product
    ("ProductName", lambda x: x[0] in 'TSC', 100), # 100% of Thunderbird, SeaMonkey & Camino
    (None, True, 0) # reject everything else                                    
]



Where     ('Version', '3.6.13', 100.0), ('Version', '3.5.16', 100.0), is what I added. The change is live now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Blocks: 617968
Blocks: 632171
Blocks: 637877
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.