Update git submodules
authorJose Lausuch <jalausuch@suse.com>
Mon, 2 Oct 2017 07:25:02 +0000 (07:25 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 2 Oct 2017 07:25:02 +0000 (07:25 +0000)
* Update docs/submodules/releng from branch 'master'
  - Merge "Keep Docker builds from thrashing on same server"
  - Keep Docker builds from thrashing on same server

    There is a possiblity of multiple docker builds of a docker repo being
    scheduled on the same host:

    1) Patch is merged
    2) Docker build is triggered
    3) New patch is merged before the Docker build/push finishes triggering
       a second build
    4) First build fails as second build starts by cleaning image from
       first build

    Reintroducing the check for builds in progress, but specific to the
    Docker repo, should allow mulitiple Docker builds on a node to run,
    while keeping multiple builds on a per-repo basis from thrashing each
    other.

    JIRA: RELENG-315

    Change-Id: I74c01850a036c831b93a8cd5fa8522337abb9ff4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/submodules/releng

index 5fe944e..9e9d853 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5fe944e9812c0bfcbe2b63e0ed9a6438cf61fac6
+Subproject commit 9e9d853d65357f2519cd5fbadcb58105a4b0c349