ReleaseEngineering/Buildbot Best Practices: Difference between revisions

Jump to navigation Jump to search
Line 40: Line 40:
  buildbot checkconfig
  buildbot checkconfig
* If everything looks OK, reconfig or restart the master
* If everything looks OK, reconfig or restart the master
  buildbot reconfig .
  buildbot reconfig `pwd`
  # OR
  # OR
  buildbot restart .
  # You may need to run stop multiple times before Buildbot recognizes that the process is dead
# You can also check 'ps auxwww | grep buildbot' for it.
buildbot stop `pwd`
buildbot start `pwd`
* Watch the Buildbot Waterfall for problems.
* Watch the Buildbot Waterfall for problems.
canmove, Confirmed users
6,439

edits

Navigation menu