Confirmed users
1,989
edits
Line 461: | Line 461: | ||
We are in the process of moving pandas from scl1 to scl3 in {{bug|1001705}}. Here are the changes that are needed to implement this from the releng side of things | We are in the process of moving pandas from scl1 to scl3 in {{bug|1001705}}. Here are the changes that are needed to implement this from the releng side of things | ||
===To disable pandas=== | |||
Follow the steps here https://bugzilla.mozilla.org/show_bug.cgi?id=1001705#c1 | |||
===To enabled 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. 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* |