Status
People
(Reporter: rdoherty, Assigned: rdoherty)
Tracking
Details
(Whiteboard: 09/17/2009)
Can graphs.mozilla.org be updated to the latest changeset from hg.mozilla.org/graphs? (http://hg.mozilla.org/graphs/rev/075668c41652) Update contains 1 significant change, a cron script that creates a cache file for the test list. Steps after updating: * Create a folder named 'tmp' in docroot/server and chmod'd to 777. * docroot/scripts/maintenance.py needs to be run every 1/2 hour. This can be done during a normal Tues/Thurs IT maintenance window.
Updated•10 years ago
|
Assignee: server-ops → aravind
Whiteboard: 09/17/2009
Comment 2•10 years ago
|
||
All done, the hg update pulled in one changed file. Cron job set to run every half hour.
Status: NEW → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → FIXED
(Assignee) | ||
Comment 3•10 years ago
|
||
re-opening. Code seems to have updated, but http://graphs.mozilla.org/api/test (warning, large file) is reporting test results are from the db instead of cache. ("from": "db") My first guess is docroot/server/tmp is missing. Second is permissions aren't 777 on the folder. Running maintenance.py might output some errors.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(Assignee) | ||
Comment 4•10 years ago
|
||
Taking this to do some debugging. Running maintenance.py on prod produces no errors, but doesn't create the json file in tmp.
Assignee: aravind → rdoherty
(Assignee) | ||
Comment 5•10 years ago
|
||
Fixed, cron job was updated
Status: REOPENED → RESOLVED
Last Resolved: 10 years ago → 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•