Confirmed users
1,989
edits
| Line 302: | Line 302: | ||
* Method #2 | * Method #2 | ||
** There's also a | ** 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 | ||
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== | ||