diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2019-08-31 18:00:46 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-08-31 16:00:46 +0000 |
commit | aba85cbbe3b6727073f4cb10476ae98aa4a3d190 (patch) | |
tree | 26b0ca40ab0a38c8f5edefec5b22f47a302404b8 /docs/submodules | |
parent | 22601f12ad6271d29326a8407e77e7deffe57953 (diff) |
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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/releng | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject 3ecb0c33570d1b37a2034db84c499fcc3a95012 +Subproject 417d91d8d6de7b0887759b5a17a0bafa5aed7cb |