Difference between revisions of "Development Team/Buildbot"
Sascha silbe (talk | contribs) (→Slaves: add link to InfrastructureTeam's slave listing) |
|||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{obsolete}} | ||
+ | {{TOCright}} | ||
== Builds == | == Builds == | ||
Line 25: | Line 27: | ||
== Slaves == | == Slaves == | ||
− | + | See [[Infrastructure Team/Resources#Build_Bots]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | See | ||
== Contribute == | == Contribute == |
Latest revision as of 13:16, 31 January 2012
BuildsWe are running periodic builds of Sugar using the buildbot automation system. Full builds, which starts every time from a clean source and installation tree, are run every 12 hours. Quick builds, which are built incrementally from the last build source and installation tree, are run every 2 hours. The status of the builds is available through a web interface and failures are notified to the development mailing list. Status
MasterThe latest build master configuration is hosted in a sugar-buildbot git repository. The service is currently hosted on sugarlabs2.xen.prgmr.com and is administered by Marco Pesenti Gritti. SlavesSee Infrastructure Team/Resources#Build_Bots. ContributeYou can contribute to the build and testing infrastructure by offering to host a slave on Linux distributions which are currently not covered. It's relatively easy to set one up.
buildbot create-slave slave sugarlabs2.xen.prgmr.com:9989 SLAVENAME PASSWORD cd slave mv Makefile.sample Makefile
make start
|