Closed
Bug 878944
Opened 13 years ago
Closed 13 years ago
please run the following sql on graphs.m.o and graphs.allizom.org
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: bjohnson)
References
Details
(Whiteboard: [reit-b2g][reit-ops])
+++ This bug was initially created as a clone of Bug #808537 +++
insert into branches values (NULL,"Mozilla-B2g18_v1.1.0hd");
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_mozilla-b2g18_v1_1_0_hd",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_32-bit_mozilla-b2g18_v1_0_1_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_32-bit_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_64-bit_mozilla-b2g18_v1_1_0_hd_leak_test",1,unix_timestamp());
| Assignee | ||
Comment 1•13 years ago
|
||
Completed on both stage and prod. The following tables were inserted into.
stage:
graphs_stage2_prod.machines
prod:
graphs_mozilla_org_new.machines
Thanks!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-database → bjohnson
my bad - I missed on the copy/paste for the branch name. I created the correct branch names (I forgot we had access to add rows to these databases). However, I don't have access to delete. (The rows appear in various web forms, and will cause confusion)
Please delete the row with the underscore in these two database:
delete from branches where name = "Mozilla-B2g18_v1.1.0hd";
Thanks
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•13 years ago
|
||
Executed on both stage and prod.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•