ci: reduce disk usage for daily build
Avoid some cases of running out of disk space in the daily build. Add setting -M option to remove artifacts as we build. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
d3471872b1
commit
c75f8335a8
|
@ -54,7 +54,7 @@ ccache -s
|
|||
|
||||
|
||||
if [ -n "${DAILY_BUILD}" ]; then
|
||||
TWISTER_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v "
|
||||
TWISTER_OPTIONS=" --inline-logs -M -N --build-only --all --retry-failed 3 -v "
|
||||
echo "--- DAILY BUILD"
|
||||
west init -l .
|
||||
west update 1> west.update.log || west update 1> west.update-2.log
|
||||
|
|
Loading…
Reference in a new issue