ReleaseEngineering/Archive/Android Tegras: Difference between revisions

easier way to create directories
(easier way to create directories)
Line 467: Line 467:
===To enable pandas===
===To enable pandas===
* update devices.json in tools repo so relays point to correct data centre.  Example: https://bugzilla.mozilla.org/attachment.cgi?id=8419438&action=edit.  With the next reconfig, [https://wiki.mozilla.org/ReleaseEngineering/How_To/Android_Tegras#Update_software_on_the_foopies |ensure that the latest version of the tools repo is updated on the foopies]
* update devices.json in tools repo so relays point to correct data centre.  Example: https://bugzilla.mozilla.org/attachment.cgi?id=8419438&action=edit.  With the next reconfig, [https://wiki.mozilla.org/ReleaseEngineering/How_To/Android_Tegras#Update_software_on_the_foopies |ensure that the latest version of the tools repo is updated on the foopies]
* Relops will reimage the foopies. The directories in /builds will need to be recreated. ssh to the newly imaged foopies as root, cd /builds; for (( c=first; c<=last ; c++ )); do mkdir panda-0$c; done; chown cltbld.cltbld panda-0*
* Relops will reimage the foopies. The directories in /builds will need to be recreated. Use:
  tools/buildfarm/maintenance/manage_foopies.py -f ../mobile/devices.json -H $foopy create_device_dirs
* For good measure, I reimage the panda devices in mozpool http://mobile-imaging-010.p10.releng.scl1.mozilla.com/ui/
* For good measure, I reimage the panda devices in mozpool http://mobile-imaging-010.p10.releng.scl1.mozilla.com/ui/
* In slavealloc db: update the datacentre they belong to and enable the devices
* In slavealloc db: update the datacentre they belong to and enable the devices
Confirmed users
1,351

edits