ReleaseEngineering/How To/Manage Buildbot with Fabric: Difference between revisions

No edit summary
Line 16: Line 16:
  Disconnecting from production-master02.build.mozilla.org... done.
  Disconnecting from production-master02.build.mozilla.org... done.


= Suggestion =
= Suggestions =
If you need to reconfigure everything it is much better if you run four instance of fabric (each on a different terminal). The reconfigure step is blocking and won't continue to the next host on a role group until it finishes.
Don't use fabric with the test masters to reconfigure if you are in a rush (backing something out) as it takes forever (sequential reconfigures).
 
If you need to reconfigure everything it is much better if you run four instances of fabric (each on a different terminal). The reconfigure step is blocking and it won't continue to the next host on a role group until it finishes.


  # in case it is not clear; Run each one on a different window
  # in case it is not clear; Run each one on a different window
Confirmed users
3,990

edits