Update git submodules
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 22 Jan 2018 09:27:40 +0000 (10:27 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 22 Jan 2018 10:53:22 +0000 (10:53 +0000)
commit9082e202575966ed202216115e03b1e1395731de
treed7001c901a4bcfadbc544894ce03b05fd4c2186d
parent212a88366ce40670570a9beaa0c7cfd0ebb30481
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - xci sfc: Enable post merge deployment

    This change enables the deployment upon merge of a change.
    Followup patches will incorporate functest smoke and promotion
    which the promotion will most likely be the first one as functest
    parts are a bit tricky due to failures while running testing
    in VMs.

    Apart from the enablement of the deployments, job concurrency is
    disabled as well since we should only test one change at a time
    and attempt promotion for any scenario in order to ensure we keep
    the promotion consistent.

    Change-Id: Ib4b5754b6b88f42eab83c656e03773c83068016f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
  - xci: Convert execute shell scripts to external scripts

    The scripts used by verify jobs to create VMs, start deployments,
    run functest, and do cleanup for CI can be reused by other jobs as
    well so they are moved out of the yaml file.

    Apart from that, if we decide to change the way we run CI (not
    using VMs for performance reasons), we don't have to make big changes
    to yaml either.

    Change-Id: I2df1f2d60f999bcd7d53a5cd879112a5b2b0ca05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
docs/submodules/releng