= Bitten Object Model = == Database Schema == [[Image(erm.png)]] Tables: * `bitten_config`: [wiki:BuildConfigurations build configurations], each composed of zero or more target platforms. * `bitten_platform`: target platforms, which are basically categories for build slaves based on their properties. * `bitten_rule`: rules for matching a build slave against a target platform. * `bitten_build`: pending, in-progress or completed builds, associated with a specific target platform and build configuration. * `bitten_slave`: Properties of the build slave that performed a build. * `bitten_step`: Information about an invidividual build step, such as the output and the result (success or failure).