Prepare TMPDIR to avoid using lots of rootfs
authorLin Yang <lin.a.yang@intel.com>
Fri, 13 Feb 2015 02:35:18 +0000 (10:35 +0800)
committerLin Yang <lin.a.yang@intel.com>
Tue, 3 Mar 2015 09:12:59 +0000 (17:12 +0800)
commit71a42fe7a8bf3dd71ec7125df6d15705765b585d
tree4e7900fe2d8c59d03247a48716fe4d9953a62e52
parent9e2561d2c08eed0c9884614dc96da203c7b3c1cc
Prepare TMPDIR to avoid using lots of rootfs

Image worker rootfs is small:8GB and producing multi-GB files there risks
filling it and risks failing entire image produce step. prepare TMPDIR env var
before calling qemu, pointing temp dir to /var/lib/jenkins/tmp.

Fixes: #2334

Change-Id: I7ab9ba5518594b56d3bf023c81a251ab548acc22
Signed-off-by: Lin Yang <lin.a.yang@intel.com>
jobs/configuration