1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Files
cli/components/engine/buildbot
Daniel Mizyrycki 226b7e3c89 testing: Make postcommit more generic
Upstream-commit: d2c1850fb5a210d59b87dcb8504c8c24b60cca3c
Component: engine
2013-04-10 11:32:48 -07:00
..
2013-04-09 14:37:37 -07:00
2013-04-09 14:37:37 -07:00
2013-04-09 14:37:37 -07:00
2013-04-09 14:37:37 -07:00

Buildbot

Buildbot is a continuous integration system designed to automate the build/test cycle. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure.

When running 'make hack' at the docker root directory, it spawns a virtual machine in the background running a buildbot instance and adds a git post-commit hook that automatically run docker tests for you.

You can check your buildbot instance at http://192.168.33.21:8010/waterfall

Buildbot dependencies

vagrant, virtualbox packages and python package requests