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)
commit88095e05633139ca0c87f2b9eb25437fad731274
tree55d1fe87528038d967cf34e99bd08aafbe81e93f
parenta086e833914e9058afb0a950a7086df7bc143d8e
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