ReleaseEngineering/How To/Setup Personal Development Master: Difference between revisions

Line 53: Line 53:
  $ ln -sf ../buildbot-configs/mozilla/universal_master_sqlite.cfg master.cfg
  $ ln -sf ../buildbot-configs/mozilla/universal_master_sqlite.cfg master.cfg


You will probably want to clear the schedulers to avoid a pile of scheduled builds from starting on your personal master.  Add this line to the end of master/master.cfg:
You will probably want to avoid running scheduled builds (nightlies, etc.) from starting on your personal master.  Clear the ACTIVE_BRANCHES list to achieve this.  You can also set schedulers=[] but take care to do that _before_ the release schedulers are added to the list or sendchange will fail to kick off a release build.
 
  c['schedulers'] = []


=== build-master path values ===
=== build-master path values ===
Confirmed users
1,018

edits