Confirmed users
1,989
edits
ChrisCooper (talk | contribs) No edit summary |
|||
| Line 51: | Line 51: | ||
NOTE: once all of mozharness moves in-tree, this step will be unnecessary. | NOTE: once all of mozharness moves in-tree, this step will be unnecessary. | ||
= Updating master/master_config.json = | |||
If you have added/removed a platform that will change the content of master/master_config.json in tools/buildfarm/maintenance/production_config.json, you'll need to manually update the masters that this change impacts. | |||
Example | |||
<pre> | |||
cd /builds/buildbot/tests1-linux64/ | |||
export PRODUCTION_MASTERS=tools/buildfarm/maintenance/production-masters.json | |||
python buildbot-configs/update-master-json.py $PRODUCTION_MASTERS master/master_config.json | |||
make checkconfig | |||
make reconfig | |||
</pre> | |||
= Help, my reconfig failed! = | = Help, my reconfig failed! = | ||