Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 23 Feb 2018 14:00:41 +0000 (14:00 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 23 Feb 2018 16:45:55 +0000 (16:45 +0000)
* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: start-new-vm.sh: Disable nested virtualization in clean VM

    When using the clean VM for the tests, we will end up with 3 levels of
    virtualization when functest is executed (1st level = clean vm, 2nd
    level = compute node, 3rd level = functest VMs). This makes the functest
    VM terribly slow leading to all sorts of random failures. It appears
    that KVM can't handle this case, so we need to switch to the QEMU
    interpreter instead which is slower but functional. This only affects
    the Jenkins jobs, so deployments on baremetal will still use 2 levels of
    nested KVM virtualization which should work fine.

    Change-Id: If274129fbf347526982ac4cf577d216173eb4d1b
Signed-off-by: Markos Chandras <mchandras@suse.de>
  - xci: scripts: start-new-vm: Set pipefail option

    In commit I75a8cb8c05957bb205e63210d6cafaf54d989f32 the 'ts' utility
    was added in order to print timestamps for deployment. However, this
    breaks the exit code since 'pipefail' was not set so every job was
    returning 'success'.

    Change-Id: Ia5f47ea96a4a5be9ed0664f5c7100accc30cde51
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci

index e92f64a..c5c2f18 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e92f64a24a04b08387af618a9bc398d0315bb7ce
+Subproject commit c5c2f187ff01384e8b9ef323fb5602dcb7154d15