-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Tags:
-
Backlog priority:1,000
Each time we build nuxeo-review-workflows-dashboards it use npm that generates a tmp directory in /tmp like:
/tmp/npm-22949-f554aade/ it takes ~83m of disk and it is not cleaned.
May be this due to an npm bug: https://github.com/npm/npm/issues/6853
We should force the tmp to be created inside the maven target dir to prevent /tmp disk full.