Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 17 Jul 2018 17:16:13 +0000 (17:16 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 17 Jul 2018 17:16:13 +0000 (17:16 +0000)
commit759599e1831f95debcb43412bfd37c7f0ccb7d73
tree62a67a7c1ef54096deb5306a63c7c5cfe9ae1f27
parentec4cad6ccf6943e06a613d7d472a659aff7e5243
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Ensure docker prunning can be done"
  - Ensure docker prunning can be done

    Sometimes the docker build fails and the docker process hangs on a container,
    withouth being able to stop it. This causes spurious failures on other builds
    that shouldn't fail. The prune job should cleanup the hanging containers and
    images, but it fails when the docker process is hanged.

    This change adds a docker restart to the prune job, in order to assure that the
    hanged container is shut down and can be removed.

    JIRA: ARMBAND-358

    Change-Id: I9d04fa1099a6fc53bf773a2eba33be89db7d0aa1
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
docs/submodules/releng