]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: keep intermediate docker build layers 3842/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 13:37:55 +0000 (14:37 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 13:37:55 +0000 (14:37 +0100)
commit70fdbc01e1ce74f993170cfd0fd423de5d6a4b1d
treece0f58d7e227332fb2bc7839b26b819bf9ec108f
parent7f36312ab6757813fb04914a2cde60e37da89508
tests: keep intermediate docker build layers

Because the docker devmapper backend has an intermittent bug

   https://github.com/docker/docker/issues/4036

the build of the image will sometime fail. It will eventually succeed if
the command is repeated enough times. Not removing the intermediate
layers helps speed up the operation: when repeating the command, only
the layer that failed because of the above bug is rebuilt.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/docker-test-helper.sh