Closed
Bug 1020215
Opened 11 years ago
Closed 10 years ago
Set up Flame device in Eideticker CI
Categories
(Testing Graveyard :: Eideticker, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S4 (20june)
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
(Keywords: ateam-b2g-perf-task, perf, Whiteboard: [c=automation p= s=2014.06.20.t u=flame])
Attachments
(1 file)
(deleted),
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
We need to gather results for Flame and push them to our dashboard at http://eideticker.mozilla.org/b2g/
Assignee | ||
Comment 1•11 years ago
|
||
We now have a Flame device attached to Eideticker CI but we have not yet had a successful test run. I'll file blocking bugs as I encounter them.
Assignee | ||
Updated•11 years ago
|
Updated•10 years ago
|
Whiteboard: [c=automation p= s= u=flame]
Assignee | ||
Comment 2•10 years ago
|
||
Note there are still a number of blockers, but I don't expect them to affect this patch.
Attachment #8441974 -
Flags: review?(wlachance)
Comment 3•10 years ago
|
||
Comment on attachment 8441974 [details] [diff] [review]
Add support for Flame device. v1.0
Review of attachment 8441974 [details] [diff] [review]:
-----------------------------------------------------------------
Looks reasonable, though I think the orng/ntpclient pushing is a bit overcomplicated.
::: jenkins-master/buildstep-config-files.xml
@@ +24,2 @@
> adb shell su -c chmod 700 /data/local/orng
> +adb shell su -c rm $1/orng</content>
I think you could just do adb push orng /data/local/orng and save some steps here.
@@ +210,5 @@
> <name>Install NTP client</name>
> <comment>Install NTP client on the device</comment>
> <content>#!/bin/bash -ex
> +adb push ntpclient $1
> +adb shell su -c dd if=$1/ntpclient of=/data/local/ntpclient
Ditto.
Attachment #8441974 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Landed with suggested changes:
https://github.com/mozilla/eideticker-ci/commit/1a9603fa327d5610550a174cf050fbc24ad25544
I've also deployed these changes:
http://eideticker-ci1.ateam.phx1.mozilla.com:8080/
Updated•10 years ago
|
Whiteboard: [c=automation p= s= u=flame] → [c=automation p= s=2014.06.20.t u=flame]
Target Milestone: --- → 2.0 S4 (20june)
Assignee | ||
Comment 5•10 years ago
|
||
Results have now started to appear at http://eideticker.mozilla.org/b2g
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•