Except as otherwise noted, the content of this page is licensed under a Creative Commons Attribution 2.5 license, and examples are licensed under the BSD License.

The Chromium OS designs and code are preliminary. Expect them to evolve.

Getting the buildbot source

Whole raw sources

Our continuous build infrastructure is based on buildbot, written in python. All the Python scripts, HTML, and Javascript that the buildbot uses is also kept in the Subversion repository. Check out the whole set with:

mkdir tools && cd tools
gclient config http://src.chromium.org/svn/trunk/tools/build
gclient sync

For quick hacking, a simple checkout is fine enough:

svn co svn://svn.chromium.org/chrome/trunk/tools/build

Private data

The build scripts assume that any private bits are in build_internal, beside build. So a private configuration file would be a build_internal/site_config/config_private.py.

Buildbot instance types

Description of some of the masters:

Configuring your buildbot instances