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)
commit7270e0955de91997b4f467f586bde75e12450e44
tree86bf8e794a58d1885e9a3972468e053999c0db52
parentca77a6d870bb90525dd6018b48751ef5799d7b1a
Update git submodules

* 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