From 23d9da9cee68c11dd0b4d6c62100506b6f524760 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 28 Apr 2021 11:29:22 +0100 Subject: [PATCH] CI: report disk usage before/after pruning sstate Change-Id: I66853ce1bf5e33c37094cc8fff04cbd4daaadf91 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e7f0835..bfcaa4a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,7 +178,9 @@ prune-sstate: stage: prep when: manual script: + - du -h -s $SSTATE_DIR - find $SSTATE_DIR -type f -atime +30 -delete + - du -h -s $SSTATE_DIR # Report on disk usage usage: