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)
commit6120d5025cb1ad1a82997a4120c36982b6497199
tree3390758b2c99b721254816b70f569f24717e2a13
parent544b40485ca5162de59a5e293ff5b63d4261f601
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