Mobile/Testing/03 27 13: Difference between revisions
Jump to navigation
Jump to search
m (→Rel Eng) |
(→IT) |
||
| Line 13: | Line 13: | ||
== IT == | == IT == | ||
* Still working on a higher density chassis, parts coming in to build a prototype. | |||
== A Team == | == A Team == | ||
== x86 automation == | == x86 automation == | ||
Revision as of 16:21, 27 March 2013
Previous Action Items
- [gbrown & jmaher & ted] investigate replacing libc and libdvm with custom compiled versions we have symbols for
- (DONE ???) ted is having trouble sync'ing the repos for the revision we run
Status reports
Dev team
Rel Eng
- (Callek) Foopies are now all on linux machines (c.f. bug 851579)
- s/all/almost all/ (only 2 remain)
- Useful because it removes unneeded diversity in our code allowing us to iterate and improve more quickly on sut_tools related code.
- (Callek) debug tests in production on cedar, working on xpcshell tests
IT
- Still working on a higher density chassis, parts coming in to build a prototype.
A Team
x86 automation
Autophone
- Doing a new test run from 2013-03-13 to 2013-03-27: http://mrcote.info/phonedash_bc/#/org.mozilla.fennec/throbberstart/local-blank/2013-03-13/2013-03-27
- Various new features including persistent job list and better build caching.
- Work in progress on better logging (https://bugzilla.mozilla.org/show_bug.cgi?id=853961)
- Network Link Conditioner not working for bc under OS X using ipfw. He came up with his own script:
phone ~3G average connection download 780Kbps, upload 330Kbps delay 100ms no packet loss
let pipe=pipe+1 sudo ipfw pipe $pipe config bw 780Kbit/s delay 100 plr 0 sudo ipfw add $pipe pipe $pipe ip from 192.168.1.13 to $ip out
let pipe=pipe+1 sudo ipfw pipe $pipe config bw 330Kbit/s delay 100 plr 0 sudo ipfw add $pipe pipe $pipe ip from $ip to 192.168.1.13 in