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

Jump to navigation Jump to search
No edit summary
 
Line 50: Line 50:
  python manage_masters.py -f production-masters.json -j16 -R tests    update checkconfig reconfig
  python manage_masters.py -f production-masters.json -j16 -R tests    update checkconfig reconfig


The tests reconfig can take a really long time, so you can parallelize the test process using -M {macosx|windows|linux|tegra} (instead of "-R tests") each on a different tab plus -j16. So, replace the last line/window with these 5 (for a total of 8 windows):
The tests reconfig can take a really long time, so you can parallelize the test process using -M {macosx|windows|linux|panda} (instead of "-R tests") each on a different tab plus -j16. So, replace the last line/window with these 5 (for a total of 8 windows):


  python manage_masters.py -f production-masters.json -j16 -M macosx  update checkconfig reconfig
  python manage_masters.py -f production-masters.json -j16 -M macosx  update checkconfig reconfig
Confirmed users
1,989

edits

Navigation menu