Closed Bug 505893 Opened 15 years ago Closed 15 years ago

Add new branches to graph server database

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: justdave)

References

Details

Attachments

(1 file)

Please run the additions to the machines table in bug 504435 against the production graph server database.

This works out to:
insert into machines values (NULL,6,0,NULL,"Linux_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_places",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_electrolysis",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_electrolysis_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_places",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_electrolysis",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_electrolysis_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_tracemonkey",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_places",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_electrolysis",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_electrolysis_leak_test",1,unix_timestamp());
Blocks: 504435
Assignee: server-ops → justdave
Done.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Attachment #390380 - Flags: review?(nthomas) → review+
Comment on attachment 390380 [details] [diff] [review]
[Checked in]add electrolysis branch

changeset:   228:b03ca948539a
Attachment #390380 - Attachment description: add electrolysis branch → [Checked in]add electrolysis branch
Trailing branch name fix pushed my justdave to production graph server db.
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: