Don't run rally in debug mode in ci
Running rally with debug mode can result in extremely large console output. Change-Id: I1fd8c226cc2bcbc25f8acbc97b4eb8e767e7ad89
This commit is contained in:
@@ -30,8 +30,8 @@ RALLY_DIR=$DEST/rally
|
||||
RALLY_CONF_DIR=${RALLY_CONF_DIR:-/etc/rally}
|
||||
RALLY_CONF_FILE=rally.conf
|
||||
|
||||
# Debuge mode
|
||||
RALLY_DEBUG=${RALLY_DEBUG:-True}
|
||||
# Debug mode
|
||||
RALLY_DEBUG=${RALLY_DEBUG:-False}
|
||||
|
||||
# Support entry points installation of console scripts
|
||||
if [[ -d $RALLY_DIR/bin ]]; then
|
||||
|
@@ -18,7 +18,7 @@ PROJECT=`echo $ZUUL_PROJECT | cut -d \/ -f 2`
|
||||
SCENARIO=$BASE/new/$PROJECT/rally-scenarios/${RALLY_SCENARIO}.yaml
|
||||
|
||||
rally use deployment --name devstack
|
||||
rally -dv task start --task $SCENARIO
|
||||
rally -v task start --task $SCENARIO
|
||||
mkdir rally-plot
|
||||
rally task plot2html --out rally-plot/results.html
|
||||
gzip -9 rally-plot/results.html
|
||||
|
Reference in New Issue
Block a user