Skip to content

Commit

Permalink
output rally json
Browse files Browse the repository at this point in the history
  • Loading branch information
rcherrueau committed Apr 28, 2017
1 parent dab3aa3 commit 40043d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions enos/ansible/roles/bench/tasks/rally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
chdir: /root/rally_home
when: list.stdout != ""

# - name: Generating Rally reports (json)
# command: /tmp/rally-venv/bin/rally task results --uuid {{ list.stdout | replace('\n', ' ') }} > rally-{{ bench.location | basename }}.json
# args:
# chdir: /root/rally_home
# when: list.stdout != ""
- name: Generating Rally reports (json)
shell: /tmp/rally-venv/bin/rally task results --uuid {{ list.stdout | replace('\n', ' ') }} > rally-{{ bench.location | basename }}.json
args:
chdir: /root/rally_home
when: list.stdout != ""

- name: Get OSProfiler Trace Id
slurp: src=/tmp/osprofiler
Expand Down

0 comments on commit 40043d3

Please sign in to comment.