Closed
Bug 515461
Opened 16 years ago
Closed 16 years ago
Update graphs.mozilla.org to latest hg changeset (075668c41652)
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rdoherty, Assigned: rdoherty)
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•16 years ago
|
Assignee: server-ops → aravind
Whiteboard: 09/17/2009
Comment 2•16 years ago
|
||
All done, the hg update pulled in one changed file. Cron job set to run every half hour.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•16 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•16 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•16 years ago
|
||
Fixed, cron job was updated
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•