From 9bb0eb747772182e7729cc44ccc9e39f7a6bf405 Mon Sep 17 00:00:00 2001 From: Oleh Anufriiev Date: Thu, 15 Jan 2015 17:44:45 +0200 Subject: [PATCH] Fix publishing files for gate-rally-dsvm-cli job Rally functional tests reports should be copied to workspace. Change-Id: Ic52d1b677296efedd320a8eadb3ad179aed62939 --- jenkins/jobs/rally.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/jobs/rally.yaml b/jenkins/jobs/rally.yaml index f6456d802b..948cdf7e1d 100644 --- a/jenkins/jobs/rally.yaml +++ b/jenkins/jobs/rally.yaml @@ -375,6 +375,7 @@ EXIT_CODE=$? .tox/cli/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py .testrepository/subunit.log $WORKSPACE/results.html gzip -9 $WORKSPACE/results.html + cp -r $BASE/new/rally/rally-cli-output-files $WORKSPACE/ return $EXIT_CODE } export -f pre_test_hook