action #6658
closed
move mojo tmp dir to same fs as testresults and images
Added by lnussel almost 10 years ago.
Updated 9 months ago.
Description
the mojo temp dir should be on the same file system as images and testresults to avoid a copy between disks when moving assets. Use Mojo::Asset::File::tmpdir to set it.
- Estimated time set to 2.00 h
I see $ENV{MOJO_TMPDIR} = ASSET_DIR . '/tmp';
this seems to do the trick
- Status changed from New to Resolved
commit 124e962f5c3c1a4d9b4e5bab0aa314d074c749f2
Author: Ludwig Nussel ludwig.nussel@suse.de
Date: Tue Jun 23 08:35:17 2015 +0200
set MOJO_TMPDIR to /var/lib/openqa/factory/tmp
makes sure temporary files for asset uploads are already on the target
filesystem to avoid expensive copy operations.
Also available in: Atom
PDF