mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +00:00
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:
@@ -130,7 +130,9 @@ prune-sstate:
|
|||||||
stage: prep
|
stage: prep
|
||||||
when: manual
|
when: manual
|
||||||
script:
|
script:
|
||||||
|
- du -h -s $SSTATE_DIR
|
||||||
- find $SSTATE_DIR -type f -atime +30 -delete
|
- find $SSTATE_DIR -type f -atime +30 -delete
|
||||||
|
- du -h -s $SSTATE_DIR
|
||||||
|
|
||||||
# Report on disk usage
|
# Report on disk usage
|
||||||
usage:
|
usage:
|
||||||
|
|||||||
Reference in New Issue
Block a user