Closed
Bug 598473
Opened 14 years ago
Closed 14 years ago
Add Android OS and Tegra slave data to Graphs SQL
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bear, Assigned: bear)
References
Details
(Whiteboard: [android])
Attachments
(1 file, 2 obsolete files)
2.24 KB,
patch
|
bear
:
review+
anodelman
:
feedback+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
Android 2.2 and Tegra-001 added to data.sql
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → bear
Attachment #477314 -
Flags: review?(aki)
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #477314 -
Attachment is obsolete: true
Attachment #477317 -
Flags: review?(aki)
Attachment #477314 -
Flags: review?(aki)
Assignee | ||
Updated•14 years ago
|
Attachment #477317 -
Flags: feedback?(anodelman)
Updated•14 years ago
|
Attachment #477317 -
Flags: review?(aki) → review+
Comment 3•14 years ago
|
||
Comment on attachment 477317 [details] [diff] [review]
add Android 2.2 and Tegra slave entries to data.sql
Android 2.2 will have os_id 20.
Also, for adding machines remember:
osid,isthrottling,cpuspeed,name,isactive,dateadded
In this case you are making these machines as having cpuspeed '1.0' - which seems a little weird to me.
Attachment #477317 -
Flags: feedback?(anodelman) → feedback-
Assignee | ||
Comment 4•14 years ago
|
||
fixed the OS id to be 20
Alice - the Tegra's have a clock speed of 1.0
Attachment #477317 -
Attachment is obsolete: true
Attachment #477332 -
Flags: review?(aki)
Attachment #477332 -
Flags: feedback?(anodelman)
Updated•14 years ago
|
Attachment #477332 -
Flags: feedback?(anodelman) → feedback+
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 477332 [details] [diff] [review]
add Android 2.2 and Tegra slave entries to data.sql
r+ from aki carried over per aki
Attachment #477332 -
Flags: review?(aki) → review+
Comment 6•14 years ago
|
||
Patch applied to graphs-stage.
mysql> insert into os_list values (NULL, "Android 2.2");
Query OK, 1 row affected (0.03 sec)
mysql> insert into machines values (NULL,20,0,1.0,"tegra-001",1,unix_timestamp());
Query OK, 1 row affected (0.00 sec)
mysql> insert into machines values (NULL,20,0,1.0,"tegra-002",1,unix_timestamp());
Query OK, 1 row affected (0.01 sec)
mysql> insert into machines values (NULL,20,0,1.0,"tegra-003",1,unix_timestamp());
Query OK, 1 row affected (0.01 sec)
Comment 7•14 years ago
|
||
Comment on attachment 477332 [details] [diff] [review]
add Android 2.2 and Tegra slave entries to data.sql
http://hg.mozilla.org/graphs/rev/c5e5db998a1b
Requested adding to graphs.m.o in bug 603394.
Attachment #477332 -
Flags: checked-in+
Assignee | ||
Comment 8•14 years ago
|
||
marking as closed - sql changes landed in bug 603394 and we have activity in production
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•