update gerrit list
[openafs-wiki.git] / devel / buildbot.mdwn
1 OpenAFS has a buildbot instance that is integrated with Gerrit.
2
3 The buildbot web site is at http://buildbot.openafs.org:8010/
4
5 Any changes submitted to gerrit will automatically be built by buildbot, and the results of the build will be add as a comment in gerrit.
6
7 The configuration files for the buildbot master (excluding passwords) are managed using git and are regularly pushed up to [github](https://github.com/edgester/afsbotcfg/blob/master/master.cfg). The configuration file includes the names of all of the slave maintainers.
8
9 [github copy of buildbot master config files](https://github.com/edgester/afsbotcfg/blob/master/master.cfg)
10
11 [[BuildbotMasterNotes]]
12
13 [[BuildbotSlaveHowto]]
14
15
16 # Todo items
17
18   * Getting an acceptable gerrit status plugin in upstream buildbot project.
19   * Upgrading the buildbot software on the buildbot master (depends on the gerrit status plugin).
20   * Incorporating more testing into the build.
21   * Using the buildslaves to generate release packages/tarballs. This requires a way of triggering the release builds and uploading to the web site.