Fix publishing files for gate-rally-dsvm-cli job

Rally functional tests reports should be copied to workspace.

Change-Id: Ic52d1b677296efedd320a8eadb3ad179aed62939
This commit is contained in:
Oleh Anufriiev 2015-01-15 17:44:45 +02:00
parent ca5d23bfe2
commit 9bb0eb7477

View File

@ -375,6 +375,7 @@
EXIT_CODE=$? EXIT_CODE=$?
.tox/cli/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py .testrepository/subunit.log $WORKSPACE/results.html .tox/cli/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py .testrepository/subunit.log $WORKSPACE/results.html
gzip -9 $WORKSPACE/results.html gzip -9 $WORKSPACE/results.html
cp -r $BASE/new/rally/rally-cli-output-files $WORKSPACE/
return $EXIT_CODE return $EXIT_CODE
} }
export -f pre_test_hook export -f pre_test_hook