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)
commit6df1e5871975b09c0fc95ad29261613a12f3988b
tree5a3496c5129f104d884c6b668187e4a2c809ad76
parentb2f443fdc059b9ab14001be9b19d0e0d6e735059
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