[wip] testcommit

Change-Id: Ie6efe723cc1b4ed02d701658e9d7589c702a1be6
This commit is contained in:
Alina Nesterova 2017-09-13 16:46:39 -06:00
parent dc99300055
commit 05eb70975a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
configs_path=$WORKSPACE/sahara-ci-config/config
template_vars_file=/tmp/template_vars.ini
eval ci_flavor_id="\'20\'"
eval ci_flavor_id="\'2\'"
eval medium_flavor_id="\'3\'"
eval large_flavor_id="\'4\'"

View File

@ -6,7 +6,7 @@
. $FUNCTION_PATH/functions-common.sh
CLUSTER_HASH=${CLUSTER_HASH:-$RANDOM}
cluster_name="$HOST-$ZUUL_CHANGE-$CLUSTER_HASH"
cluster_name="$ZUUL_CHANGE-$CLUSTER_HASH"
SAHARA_PATH=${1:-$WORKSPACE}
SAHARA_TESTS_PATH=${2:-"/tmp/sahara-tests"}