From: Tim Rozet Date: Wed, 25 Jul 2018 19:19:06 +0000 (-0400) Subject: CPERF: Fix path issue with cirros uploading X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=83da56224afeed9d0d9f9954e9bfb8e35ab4ab48;p=releng.git CPERF: Fix path issue with cirros uploading Change-Id: Ia58fcaae637d9be75b331404648724b82ac16498 Signed-off-by: Tim Rozet --- 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