From 83da56224afeed9d0d9f9954e9bfb8e35ab4ab48 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 25 Jul 2018 15:19:06 -0400 Subject: [PATCH] CPERF: Fix path issue with cirros uploading Change-Id: Ia58fcaae637d9be75b331404648724b82ac16498 Signed-off-by: Tim Rozet --- jjb/cperf/cirros-upload.yaml.ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6