Closed
Bug 556118
Opened 15 years ago
Closed 15 years ago
add x86_64 support for Snow Leopard to the Graph server
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bear, Assigned: tellis)
References
(Depends on 1 open bug)
Details
(Whiteboard: [10.6])
Attachments
(2 files, 2 obsolete files)
Update data.sql to include OS X Snow Leopard build support
Reporter | ||
Updated•15 years ago
|
Blocks: support-10.6_x64
Reporter | ||
Updated•15 years ago
|
Assignee: nobody → bear
Reporter | ||
Comment 1•15 years ago
|
||
Attachment #436033 -
Flags: feedback?(anodelman)
Reporter | ||
Comment 2•15 years ago
|
||
Attachment #436033 -
Attachment is obsolete: true
Attachment #436038 -
Flags: feedback?(anodelman)
Attachment #436033 -
Flags: feedback?(anodelman)
Reporter | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Updated•15 years ago
|
Summary: add x86_64 support to Graph server → add x86_64 support for Snow Leopard to the Graph server
Whiteboard: [10.6]
Comment 3•15 years ago
|
||
Comment on attachment 436038 [details] [diff] [review]
[WIP] Add x86_64 os to list
You'll also want to provide a text file of just the sql update statements for ease of application.
Attachment #436038 -
Flags: feedback?(anodelman) → feedback+
Comment 4•15 years ago
|
||
Comment on attachment 436038 [details] [diff] [review]
[WIP] Add x86_64 os to list
Wait, sorry. Didn't look closely enough. You have the new boxes set up as having the same OS as 10.5.2 - you need to create a new 10.6.2 OS.
Attachment #436038 -
Flags: feedback+ → feedback-
Reporter | ||
Comment 5•15 years ago
|
||
changed the os foreign key id to the appropriate number (s/7/17/)
Attachment #436038 -
Attachment is obsolete: true
Attachment #436228 -
Flags: feedback?(anodelman)
Updated•15 years ago
|
Attachment #436228 -
Flags: feedback?(anodelman) → feedback+
Reporter | ||
Updated•15 years ago
|
Attachment #436228 -
Flags: review?(anodelman)
Comment 6•15 years ago
|
||
Comment on attachment 436228 [details] [diff] [review]
[WIP] Add x86_64 os to list
Please attach a text file with just the sql insert lines.
Attachment #436228 -
Flags: review?(anodelman) → review+
Reporter | ||
Comment 7•15 years ago
|
||
Attachment #436703 -
Flags: checked-in?
Comment 8•15 years ago
|
||
Comment on attachment 436703 [details]
insert only statements as txt
Applied to graphs-stage.
Updated•15 years ago
|
Attachment #436703 -
Flags: checked-in? → checked-in+
Comment 9•15 years ago
|
||
Comment on attachment 436703 [details]
insert only statements as txt
(from previous comment)
Comment 10•15 years ago
|
||
Comment on attachment 436703 [details]
insert only statements as txt
(I got confused. we change the flag only when applied to the real graphs DB)
Attachment #436703 -
Flags: checked-in+ → checked-in?
Comment 11•15 years ago
|
||
We need the SQL in attachment 436703 [details] applied to the production graph server (3 insert statements). I know justdave usually handles these, but he's away right now. We asked a few times in #ops yesterday without success.
Assignee: bear → server-ops
Severity: normal → critical
Component: Release Engineering → Server Operations
QA Contact: release → mrz
Comment 12•15 years ago
|
||
justdave and mrz not around. Raising to blocker, as this is preventing us rolling out 10.6 64bit builds in production.
Severity: critical → blocker
Updated•15 years ago
|
Assignee: server-ops → justin
Updated•15 years ago
|
Assignee: justin → tellis
Assignee | ||
Comment 13•15 years ago
|
||
I'm about 95% sure I've made this change and everything should be working. Please contact me on IRC (timellis) if it doesn't work! Also, I am in MV office today on 2F in IT/Ops area.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•15 years ago
|
||
http://timellis.pastebin.mozilla.org/713367
1.
mysql> INSERT INTO machines VALUES (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-central",1,unix_timestamp());
2.
Query OK, 1 row affected (0.00 sec)
3.
4.
mysql> INSERT INTO machines VALUES (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-central_leak_test",1,unix_timestamp());
5.
Query OK, 1 row affected (0.01 sec)
6.
7.
mysql> INSERT INTO machines VALUES (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-central_tracemonkey",1,unix_timestamp());
8.
Query OK, 1 row affected (0.00 sec)
Comment 15•15 years ago
|
||
Comment on attachment 436228 [details] [diff] [review]
[WIP] Add x86_64 os to list
Checked in:
http://hg.mozilla.org/graphs/rev/359b7c208790
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
•