summaryrefslogtreecommitdiffstats
path: root/jjb/cperf
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-07-25 15:19:06 -0400
committerTim Rozet <trozet@redhat.com>2018-07-25 15:19:06 -0400
commit83da56224afeed9d0d9f9954e9bfb8e35ab4ab48 (patch)
tree26ae6f629df108555293ac467c5e9dc092910f82 /jjb/cperf
parent7815be76119cc79e187b3a3014778475c9c56f73 (diff)
CPERF: Fix path issue with cirros uploading
Change-Id: Ia58fcaae637d9be75b331404648724b82ac16498 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/cperf')
-rw-r--r--jjb/cperf/cirros-upload.yaml.ansible2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cperf/cirros-upload.yaml.ansible b/jjb/cperf/cirros-upload.yaml.ansible
index bdf5c55c0..4be2dff05 100644
--- a/jjb/cperf/cirros-upload.yaml.ansible
+++ b/jjb/cperf/cirros-upload.yaml.ansible
@@ -2,7 +2,7 @@
- hosts: all
tasks:
- copy:
- src: "{{ item }}"
+ src: "{{ lookup('env', 'WORKSPACE') }}/{{ item }}"
dest: "/home/heat-admin/{{ item }}"
owner: heat-admin
group: heat-admin