README.rst 793 B

1234567891011121314151617181920212223242526
  1. =======
  2. testing
  3. =======
  4. This directory contains docker-ci testing related files.
  5. Buildbot
  6. ========
  7. Buildbot is a continuous integration system designed to automate the
  8. build/test cycle. By automatically rebuilding and testing the tree each time
  9. something has changed, build problems are pinpointed quickly, before other
  10. developers are inconvenienced by the failure.
  11. We are running buildbot in Amazon's EC2 to verify docker passes all
  12. tests when commits get pushed to the master branch and building
  13. nightly releases using Docker in Docker awesome implementation made
  14. by Jerome Petazzoni.
  15. https://github.com/jpetazzo/dind
  16. Docker's buildbot instance is at http://docker-ci.dotcloud.com/waterfall
  17. For deployment instructions, please take a look at
  18. hack/infrastructure/docker-ci/Dockerfile