1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/hack/infrastructure/docker-ci/README.rst
Daniel Mizyrycki 029a9420f7 testing infrastructure, issue #1766: Dockerize deployment of docker-ci
Upstream-commit: d542318d63b847e4494a2688b091baeb5dbde1e1
Component: engine
2013-10-10 18:29:10 -07:00

793 B

testing

This directory contains docker-ci testing related files.

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.

We are running buildbot in Amazon's EC2 to verify docker passes all tests when commits get pushed to the master branch and building nightly releases using Docker in Docker awesome implementation made by Jerome Petazzoni.

https://github.com/jpetazzo/dind

Docker's buildbot instance is at http://docker-ci.dotcloud.com/waterfall

For deployment instructions, please take a look at hack/infrastructure/docker-ci/Dockerfile