diff --git a/tests_ci/rally-gate.sh b/tests_ci/rally-gate.sh index 38beb2ef04..7727a8ada2 100755 --- a/tests_ci/rally-gate.sh +++ b/tests_ci/rally-gate.sh @@ -42,4 +42,6 @@ rally task plot2html --out rally-plot/results.html gzip -9 rally-plot/results.html rally task results | python -m json.tool > rally-plot/results.json gzip -9 rally-plot/results.json +rally task detailed > rally-plot/detailed.txt +gzip -9 rally-plot/detailed.txt env