canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
* buildbot-master72.bb.releng.usw2.mozilla.com | * buildbot-master72.bb.releng.usw2.mozilla.com | ||
* buildbot-master82.bb.releng.scl3.mozilla.com | * buildbot-master82.bb.releng.scl3.mozilla.com | ||
=== How to update === | |||
To deploy new Buildbot Bridge code you must generate a new Python package and have Puppet deploy it. Once your code has been reviewed and landed, do the following to deploy it: | |||
# Bump the version in setup.py | |||
# Run "python setup.py sdist" to generate a new tarball. | |||
# [[ReleaseEngineering/PuppetAgain/Data#.._add_a_data_file | Copy the tarball to the puppet server]] | |||
# Update the [https://github.com/mozilla/build-puppet/blob/master/modules/buildbot_bridge/manifests/init.pp#L35 package list in the Buildbot Bridge puppet module] | |||
# Wait for Puppet to update the installations | |||
# Restart the services with the following command: | |||
for i in bblistener tclistener reflector; do supervisorctl restart buildbot_bridge_$i; done | |||
=== What to expect in /builds/bbb === | === What to expect in /builds/bbb === | ||