From 58ea81b7186de5a39998a117a22b92a556c28561 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 bccb63ce..8a47da86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,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 # Delete all sstate delete-sstate: