Update git submodules
authorFatih Degirmenci <fdegir@gmail.com>
Sat, 31 Aug 2019 16:00:46 +0000 (18:00 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 31 Aug 2019 16:00:46 +0000 (16:00 +0000)
commit51ada6b223196b8518117fa23f498530532ff0dd
tree67ccfe171b8fe3a6273c99d2130eafc141ae22f5
parente75a70b0594300b66c930e2cdd61e095f0e646c9
Update git submodules

* Update docs/submodules/releng from branch 'master'
  to 417d91d8d6de7b0887759b5a17a0bafa5aed7cbe
  - xci: Fix scenario determination logic

    Function override_xci_flavor exits with 0 early, preventing
    the rest of the script and especially override_scenario function
    to run. This makes it impossible to verify patches that contains
    installer-type or deploy-scenario in commit message since the
    generated scenario.properties file contains only XCI_FLAVOR in
    it, causing verify jobs to fail determining the installer type
    and the scenario. See the example.

    https://build.opnfv.org/ci/job/xci-verify-ubuntu-virtual-master/2937/console

    This change removes exit 0 from override_xci_flavor and moves
    the call to it to after override_scenario function.

    JIRA: XCI-21

    Change-Id: Ic7f943ba5e1562177b59a8215cd8a6f2a58db093
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
docs/submodules/releng