ReleaseEngineering/How To/Restart BuildAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(update host move information)
Line 9: Line 9:
= Restarting the agent =
= Restarting the agent =


As root@buildbot-master36
As root@buildbot-master36 (host will change when {{bug|894133}} resolved)
  service selfserve-agent restart
  service selfserve-agent restart

Revision as of 21:16, 15 October 2013

Restarting the buildapi web app

As root@buildapi01.build.mozilla.org

service buildapi restart
tail -n 300 -f ~buildapi/buildapi.log

Use the tail to verify that buildapi restarted cleanly.

Restarting the agent

As root@buildbot-master36 (host will change when bug 894133 resolved)

service selfserve-agent restart