Confirmed users
3,990
edits
No edit summary |
|||
| Line 94: | Line 94: | ||
ssh cltbld@foopy## | ssh cltbld@foopy## | ||
screen -x # or you will hit bug 642369 | |||
cd /builds | cd /builds | ||
./stop_cp.sh tegra-### | ./stop_cp.sh tegra-### | ||
| Line 105: | Line 106: | ||
Find out which foopy server you need to be on and then run: | Find out which foopy server you need to be on and then run: | ||
screen -x # or you will hit bug 642369 | |||
cd /builds | cd /builds | ||
./start_cp.sh [tegra-###] | ./start_cp.sh [tegra-###] | ||
| Line 113: | Line 115: | ||
First find the foopy server for the Tegra and then run: | First find the foopy server for the Tegra and then run: | ||
screen -x # or you will hit bug 642369 | |||
cd /builds | cd /builds | ||
./stop_cp.sh [tegra-###] | ./stop_cp.sh [tegra-###] | ||
| Line 218: | Line 220: | ||
#* if this is a replacement tegra, manually push the ini files by judicious use of: <tt>grep python update_tegra_ini.sh | sed 's/$TEGRA/tegra-xxx/'</tt> | #* if this is a replacement tegra, manually push the ini files by judicious use of: <tt>grep python update_tegra_ini.sh | sed 's/$TEGRA/tegra-xxx/'</tt> | ||
# on the new foopy: | # on the new foopy: | ||
#* restart the tegras using <tt>cd /builds ; ./start_cp.sh</tt> | #* restart the tegras using <tt>screen -x # or you will hit bug 642369; cd /builds ; ./start_cp.sh</tt> | ||
#** '''NOTE:''' do not start any new tegras, which require a reconfig to be active, until after the reconfig is complete. | #** '''NOTE:''' do not start any new tegras, which require a reconfig to be active, until after the reconfig is complete. | ||
| Line 226: | Line 228: | ||
# Edit the tegra's buildbot.tac: <tt>/builds/tegra-###/buildbot.tac</tt> | # Edit the tegra's buildbot.tac: <tt>/builds/tegra-###/buildbot.tac</tt> | ||
# Adjust the master, port and password to the appropriate server | # Adjust the master, port and password to the appropriate server | ||
# Save and restart the Tegra: <tt>/builds/start_cp.sh tegra-###</tt> | # Save and restart the Tegra: <tt>/screen -x # or you will hit bug 642369; builds/start_cp.sh tegra-###</tt> | ||
'''Note''' - yes, it's a manual process (sorry) until Tegras are in SlaveAlloc | '''Note''' - yes, it's a manual process (sorry) until Tegras are in SlaveAlloc | ||