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)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bear, Assigned: bear)

References

Details

(Whiteboard: [android])

Attachments

(1 file, 2 obsolete files)

Android 2.2 and Tegra-001 added to data.sql
Blocks: 579560
Whiteboard: [android]
Assignee: nobody → bear
Attachment #477314 - Flags: review?(aki)
Attachment #477314 - Attachment is obsolete: true
Attachment #477317 - Flags: review?(aki)
Attachment #477314 - Flags: review?(aki)
Attachment #477317 - Flags: feedback?(anodelman)
Attachment #477317 - Flags: review?(aki) → review+
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-
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)
Attachment #477332 - Flags: feedback?(anodelman) → feedback+
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+
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)
Blocks: 603394
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+
marking as closed - sql changes landed in bug 603394 and we have activity in production
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: