Change-Id: Ib8d086be9ece6358164608cb6b441430aad38d87
This commit is contained in:
Sergey Reshetnyak 2017-01-31 17:10:04 +03:00
parent 6cbcc7d9ca
commit b73fabb2fc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function publish_artifacts {
rally verify results --html --output-file "${path}/result.html"
# TODO: add junit report
scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p {{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }}
scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p{{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }}
echo "Artifacts are located to {{ rally.tempest.static.site }}/{{ rally.tempest.static.path }}"
}