From c75f8335a80a4a863e6f8db76ce88f18e6f9efe7 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 12 Jul 2021 07:46:15 -0500 Subject: [PATCH] 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 --- .buildkite/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/run.sh b/.buildkite/run.sh index 29f3445b8fa..592a249f660 100755 --- a/.buildkite/run.sh +++ b/.buildkite/run.sh @@ -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