Unittest:Linux:ITSupport: Difference between revisions

Line 24: Line 24:
* Sometimes a machine will need to be "clobbered" (have its build directory removed inside the slave dir)
* Sometimes a machine will need to be "clobbered" (have its build directory removed inside the slave dir)
* login to the machine
* login to the machine
* stop the slave (as above, buildbot stop slave)
* stop the slave  
** cd /builds/slave/trunk_centos5_2/mozilla
** buildbot stop slave
** rm -rf objdir
** rm -rf /builds/slave/trunk_(machine name)
* restart the slave
* restart the slave
** cd /builds
** verify Xvfb is running in the other Xterm
*** if not, enter "Xvfb -screen 0 1280x1024x24 :2 &" in the second Xterm
** ignore any metacity already running on display1.
** if no metacity is running on display2, run:
*** DISPLAY=:2 metacity &
** cd /builds
** cd /builds
** DISPLAY=:2 buildbot start slave
** DISPLAY=:2 buildbot start slave


'''Contact Robcee or Bhearsum if you need to go to Step 4'''
'''Contact Robcee or Bhearsum if you need to go to Step 4'''
== 4. Restarting the Farm ==
== 4. Restarting the Farm ==
* In the worst case, the entire buildbot farm needs to be restarted
* In the worst case, the entire buildbot farm needs to be restarted
977

edits