Closed
Bug 1159333
Opened 10 years ago
Closed 10 years ago
update graphs.m.o and graphs.allizom.org with {mozilla,comm}-esr38 branch
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1030224 +++
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8599058 -
Flags: review?(nthomas)
Updated•10 years ago
|
Attachment #8599058 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8599058 [details] [diff] [review]
esr31-graphs.diff
http://hg.mozilla.org/graphs/rev/5e1d7e4716f8
Attachment #8599058 -
Flags: checked-in+
Assignee | ||
Comment 3•10 years ago
|
||
Ran the following statements against staging and prod DBs:
insert into branches values (NULL,"Mozilla-Esr38");
insert into branches values (NULL,"Thunderbird-Esr38");
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_mozilla-esr38",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_32-bit_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,22,0,NULL,"OS_X_10.7_64-bit_mozilla-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"TB_OS_X_10.6.2_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"TB_OS_X_10.6.2_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"TB_Linux_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"TB_Linux_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"TB_Linux_x86-64_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"TB_Linux_x86-64_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"TB_OS_X_10.7_32-bit_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"TB_OS_X_10.7_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"TB_OS_X_10.7_64-bit_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"TB_WINNT_5.2_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"TB_WINNT_5.2_comm-esr38_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"TB_WINNT_6.1_comm-esr38",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"TB_WINNT_6.1_comm-esr38_leak_test",1,unix_timestamp());
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•