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)

x86_64
macOS
task
Not set
blocker

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
Assignee: nobody → bear
Attached patch [WIP] Add x86_64 os to list (obsolete) (deleted) — Splinter Review
Attachment #436033 - Flags: feedback?(anodelman)
Attached patch [WIP] Add x86_64 os to list (obsolete) (deleted) — Splinter Review
Attachment #436033 - Attachment is obsolete: true
Attachment #436038 - Flags: feedback?(anodelman)
Attachment #436033 - Flags: feedback?(anodelman)
Status: NEW → ASSIGNED
Summary: add x86_64 support to Graph server → add x86_64 support for Snow Leopard to the Graph server
Whiteboard: [10.6]
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 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-
Attached patch [WIP] Add x86_64 os to list (deleted) — Splinter Review
changed the os foreign key id to the appropriate number (s/7/17/)
Attachment #436038 - Attachment is obsolete: true
Attachment #436228 - Flags: feedback?(anodelman)
Attachment #436228 - Flags: feedback?(anodelman) → feedback+
Attachment #436228 - Flags: review?(anodelman)
Blocks: 555327
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+
Attached file insert only statements as txt (deleted) —
Attachment #436703 - Flags: checked-in?
Comment on attachment 436703 [details] insert only statements as txt Applied to graphs-stage.
Attachment #436703 - Flags: checked-in? → checked-in+
Comment on attachment 436703 [details] insert only statements as txt (from previous comment)
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?
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
justdave and mrz not around. Raising to blocker, as this is preventing us rolling out 10.6 64bit builds in production.
Severity: critical → blocker
Assignee: server-ops → justin
Assignee: justin → tellis
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
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)
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: