Update git submodules
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 14 Mar 2018 21:49:09 +0000 (21:49 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 14 Mar 2018 21:49:09 +0000 (21:49 +0000)
commite2b25d4589ddb49240995475e2f2ffe04973b0bb
tree192a43f47babd01c711b7eee7a40370e6cc60120
parent7e98a568a50fc0eae7e0fc2607e80e844e8be51b
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "xci: Create post merge jobs to promote scenarios"
  - xci: Create post merge jobs to promote scenarios

    This change lays down the basic job structure for post merge promotion
    jobs. The job structure will be

    - a top level multijob job that is scenario specific and can not run
    concurrently. This job runs distro deploy and test jobs for all the
    distros in the first phase concurrently, followed by a common promote job.
    - the deploy and test jobs are same as the xci-verify jobs except the
    trigger. They are triggered by top level multijob.
    - the promote job is run once all the deploy & test phase jobs successfully
    completed, uploading promotion metadata to artifacts.opnfv.org.

    The builders except set-scenario are left empty in order to try the basic
    job setup first. Followup changes will get real things in.

    Once the basics are in place, the first promotion will be done using functest
    healthcheck and then we will start working on gating scenarios for promotion
    using functest smoke and perhaps feature test cases.

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