meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [dunfell][PATCH 1/3] CI: report disk usage before/after pruning sstate
@ 2021-06-29 17:33 Jon Mason
  2021-06-29 17:33 ` [dunfell][PATCH 2/3] CI: mark build jobs as interruptible Jon Mason
  2021-06-29 17:34 ` [dunfell][PATCH 3/3] CI: add testing and testimage Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Jon Mason @ 2021-06-29 17:33 UTC (permalink / raw)
  To: meta-arm; +Cc: Ross Burton, Ross Burton

From: Ross Burton <ross@burtonini.com>

Change-Id: I66853ce1bf5e33c37094cc8fff04cbd4daaadf91
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e7cef4..df095c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-29 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 17:33 [dunfell][PATCH 1/3] CI: report disk usage before/after pruning sstate Jon Mason
2021-06-29 17:33 ` [dunfell][PATCH 2/3] CI: mark build jobs as interruptible Jon Mason
2021-06-29 17:34 ` [dunfell][PATCH 3/3] CI: add testing and testimage Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).