Update git submodules
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 11 Apr 2018 21:16:50 +0000 (21:16 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 11 Apr 2018 21:16:50 +0000 (21:16 +0000)
commitdc1d48c92d12b640b4ac645ad22fb7c227f9f384
tree4d17abe26214e24c67a64ab0de99d544d28af061
parent3bebaa88c9b1e0338b276d8c93295393d9730852
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb: xci: Only set default scenario if no scenario is set"
  - jjb: xci: Only set default scenario if no scenario is set

    Previously, the code was already setting the default scenario if we had
    changes outside the xci/scenario directory. However, this is somewhat
    problematic since scenarios may touch other files which do not necessary
    affect other scenarios such as anything in xci/playbooks etc. As such,
    lets only set a default scenario if no scenario was set up to that
    point. However, since installers and scenarios need to match, we also
    need to consider installer changes because we fallback to the default
    scenario. Finally, since we are filtering results with 'uniq' we can
    simply drop the bash regexps prior to adding the scenario to the array.

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