1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/infrastructure/docker-ci
Kim BKC Carlbacker b1953baba2 This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...)
Docker-DCO-1.1-Signed-off-by: Kim BKC Carlbacker <kim.carlbacker@gmail.com> (github: bkcsoft)
2014-01-22 02:21:56 +01:00
..
buildbot This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
docker-coverage This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
docker-test This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
functionaltests docker-ci 0.4.5: Sync tests with progress in docker and docker-registry. Use revamped shiny DinD. 2013-11-06 20:05:26 -08:00
nightlyrelease This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
registry-coverage This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 2014-01-22 02:21:56 +01:00
report docker-ci 0.4.5: Sync tests with progress in docker and docker-registry. Use revamped shiny DinD. 2013-11-06 20:05:26 -08:00
deployment.py Makes sure the GPG key fingerprint is inlined in the doc everywhere. 2014-01-08 01:07:04 +00:00
Dockerfile docker-ci 0.4.5: Sync tests with progress in docker and docker-registry. Use revamped shiny DinD. 2013-11-06 20:05:26 -08:00
MAINTAINERS testing infrastructure, issue #1766: Dockerize deployment of docker-ci 2013-10-10 18:29:10 -07:00
README.rst testing infrastructure, issue #1766: Dockerize deployment of docker-ci 2013-10-10 18:29:10 -07:00
VERSION docker-ci 0.4.5: Sync tests with progress in docker and docker-registry. Use revamped shiny DinD. 2013-11-06 20:05:26 -08:00

=======
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