ReleaseEngineering/Archive/Android Tegras: Difference between revisions

Jump to navigation Jump to search
m
Line 302: Line 302:


* Method #2
* Method #2
** There's also a patch for create_dirs.sh queries the devices.json so you just have to specify the device name here https://bug807415.bugzilla.mozilla.org/attachment.cgi?id=683163
** There's also a script to query the devices.json so you just have to specify the device name here https://hg.mozilla.org/build/braindump/reboot_panda.py|reboot_panda.py.  You'll need to update the path to the relay.py in the script.
** ie. python reboot_panda.py -f ~/hg/tools/buildfarm/mobile/devices.json -d panda-0873
** ie. python reboot_panda.py -f ~/hg/tools/buildfarm/mobile/devices.json -d panda-0873
** I reboot ranges of pandas like this
** I reboot ranges of pandas like this
mobile kmoir$ for ((c=615;c<=623;c++)) ; do echo panda-0$c; python reboot_panda.py -f ~/hg/tools/buildfarm/mobile/devices.json -d panda-0$c ; done
for ((c=615;c<=623;c++)) ; do echo panda-0$c; python reboot_panda.py -f ~/hg/tools/buildfarm/mobile/devices.json -d panda-0$c ; done


==Moving replacement pandas into production==
==Moving replacement pandas into production==
Confirmed users
1,989

edits

Navigation menu