diff options
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/env-vars | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index 0458f311..d4980d49 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -28,7 +28,8 @@ export XCI_PLAYBOOKS=${XCI_PATH}/xci/playbooks # Functest parameters export FUNCTEST_MODE=${FUNCTEST_MODE:-"tier"} export FUNCTEST_SUITE_NAME=${FUNCTEST_SUITE_NAME:-"healthcheck"} -export FUNCTEST_VERSION=${FUNCTEST_VERSION:-"latest"} +# TODO: Investigate and fix why the env var FUNCTEST_VERSION set by Jenkins job doesn't take effect +export FUNCTEST_VERSION=${FUNCTEST_VERSION:-"hunter"} # CI paremeters export CI_LOOP=${CI_LOOP:-"daily"} |