Skip to content

Commit

Permalink
spread: include disk space information when debugging nested suites
Browse files Browse the repository at this point in the history
Include the output of df so that we know how much space is left on disk.

Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
  • Loading branch information
bboozzoo committed Feb 17, 2025
1 parent 23a0752 commit a04cddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ debug-each: |
go version || true
if tests.nested is-nested; then
echo '# free space on the host'
df -h || true
echo '# nested VM status'
tests.nested vm status
# filter out ^[ to ensure that the debug output gets not messed up
Expand Down

0 comments on commit a04cddb

Please sign in to comment.