Closed
Bug 571960
Opened 14 years ago
Closed 14 years ago
stage socorro deploy startDailyCrash.py bugfix
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: aravind)
References
()
Details
For Bug#571526 we'll need to deploy a bug fix to production. This is read to stage.
1) svn up scripts and socorro
2) Execute the following SQL
DELETE FROM daily_crashes;
3) run scripts/startDailyCrash.py
Note: typo in import has been fixed also....
Wait for job to finish
4) Install scripts/startDailyCrash.py as a nightly cron to run at 00:15
Note: Please do step 4, this cron currently isn't installed in stage for some reason.
Assignee | ||
Comment 1•14 years ago
|
||
Will this mean that we have to run this delete in production as well? Deploying it to stage now.
Assignee: server-ops → aravind
Assignee | ||
Comment 2•14 years ago
|
||
And it has been running in cron at 00:05 AM everyday (I changed it to 00:15), but its been running for a while.
Also code update and refresh done on staging.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #1)
Yes, the prod push bug will include the same steps.
(In reply to comment #2)
Interesting... Then we aren't sending any crashes to stage?
The following report shows no crashes from 6/5 - 6/7 and 6/11 - 6/14
http://crash-stats.stage.mozilla.com/daily?form_selection=by_version&p=Firefox&v[]=3.6.4&throttle[]=100&v[]=3.7a4webm&throttle[]=100&v[]=3.7a5pre&throttle[]=100&v[]=3.6.3&throttle[]=100&hang_type=any&os[]=Windows&os[]=Mac&os[]=Linux&date_start=2010-05-31&date_end=2010-06-14&submit=Generate
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•