summaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/cachebench.yaml
diff options
context:
space:
mode:
authorMofassirArif <Mofassir_Arif@dellteam.com>2016-01-21 06:42:23 -0800
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:27:40 +0000
commit30f974a996efbb4b7f7b4fc3a47a1454c3fe80e5 (patch)
treeee1d930fca39fa6875de6e18a2ae3dd9dba6f70f /benchmarks/playbooks/cachebench.yaml
parentc013d5c523c42221f2c3594f0a751e9181b80a6b (diff)
bug fix: result collection bug fix for docker images
Change-Id: Ia4ea09b90c7a4f4e3699af456c6d66e85661cc0b Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 971a7c98515a9d83661f5e423f7e8390f35dca59)
Diffstat (limited to 'benchmarks/playbooks/cachebench.yaml')
-rw-r--r--benchmarks/playbooks/cachebench.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/cachebench.yaml b/benchmarks/playbooks/cachebench.yaml
index 510812bd..ebd0e172 100644
--- a/benchmarks/playbooks/cachebench.yaml
+++ b/benchmarks/playbooks/cachebench.yaml
@@ -33,6 +33,6 @@
shell: (cd /root/results/; find . -maxdepth 1 -type f) | cut -d'/' -f2
register: files_to_copy
- name: copy results
- fetch: src=/root/results/{{item}} dest=../../{{Dest_dir}}/cachebench
+ fetch: src=/root/results/{{item}} dest={{workingdir}}/{{Dest_dir}}/cachebench
with_items: files_to_copy.stdout_lines