CI: report disk usage before/after pruning sstate

Change-Id: I66853ce1bf5e33c37094cc8fff04cbd4daaadf91
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-06-29 11:31:47 -04:00
committed by Jon Mason
parent 59974ccd5f
commit c3bf8697b8
+2
View File
@@ -130,7 +130,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: