Confirmed users
1,018
edits
Line 130: | Line 130: | ||
rm -f tegra-*/watcher.lock | rm -f tegra-*/watcher.lock | ||
./watch_devices.sh | ./watch_devices.sh | ||
== Decommission a Tegra == | |||
* file a RelOps bug to decommission the tegra and have it block the build slave tracking bug | |||
* once RelOps and DcOps have removed the tegra from DNS and Inventory: | |||
** in slavealloc, disable the tegra, set the environment to 'decomm', and set the comment to "decommissioned in bug XXXXXX" | |||
** remove the /builds/tegra-XXX directory from the foopy | |||
** locate the tegra in [tools]/buildfarm/mobile/devices.json and set the following fields: | |||
"foopy":"None" | |||
"_comment": "disabled in bug XXXXXX" | |||
** add tegra to the list of decommissioned tegras in [buildbot-configs]/mozilla-tests/production_config.py (example: https://hg.mozilla.org/build/buildbot-configs/rev/7b9578c9a135) | |||
* once all the above is done and landed, close the build slave tracking bug | |||
= Advanced tegra management = | = Advanced tegra management = |