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:
Joe Gordon
2014-04-24 16:47:53 -07:00
parent 3b46353a2c
commit 36afe95c2a
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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