Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 2 Nov 2017 22:40:18 +0000 (22:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 2 Nov 2017 22:40:18 +0000 (22:40 +0000)
commit07b72cbd60c5b7c19bd51a8e0c04cf89b2d4f8a0
tree7eb75dda6722d17a157dfac1cd2eb5f632b346e9
parent1caed1b585f415ca17c6f7b1f97e860ac1c5f1bf
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "functest: Build Docker images with jjb"
  - functest: Build Docker images with jjb

    docker-build: Dependency & manifest support

    Except for images that have dependencies (as functest-components,
    functest-helthcheck, functest-restapi, functest-features,
    functest-smoke, functest-vnf), all docker images
    are built SEQUENTIALLY in a multijob Phase called 'build-base-img'.
    The images with dependencies are built in PARALLEL in the second
    Phase, called 'build-child-img', only if the first Phase result is
    SUCCESFULL.
    The manifest images are created in a third Phase,
    'create-img-manifest', through opnfv-manifest.sh script, only if
    Phase 'build-child-img' result is SUCCESFULL.

    To create manifest images, a mandatory step is to preinstall
    manifest-tool on the build image dedicated VM (arm and/or amd)

    JIRA: ARMBAND-310

    Change-Id: Iaa6640568ed18a3b087db56449173841dd2757ff
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
docs/submodules/releng