Do not push tempest.log in static storage

log_dir option broken in rally 0.7.0 so we cannot specify location on
tempest logs.

Change-Id: Icabfd73f438013d71cf7b24870919f7126316cfd
This commit is contained in:
Sergey Reshetnyak 2017-01-30 13:54:21 +03:00
parent cc14016182
commit fe4cf304f0
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ function publish_artifacts {
local path="/var/lib/rally/{{ rally.tempest.static.path }}"
mkdir -p "${path}"
cp /var/lib/rally/tempest.log "${path}/tempest.log"
# TODO: log_file option broken and fixed in rally 0.8.0
#cp /var/lib/rally/tempest.log "${path}/tempest.log"
rally verify results --output-file "${path}/result.json"
rally verify results --html --output-file "${path}/result.html"
# TODO: add junit report