Commit e5b5baa
committed
Report Docker disk usage per stage in the helper-rust coverage job
The Docker host's storage in this job is ~20G, and the container filesystem
measurement added in the previous commit shows it is already 18G/93% full when
the test phase starts, then hits 100% partway through, which is what breaks
RaspSqliTests. That baseline is established before any test runs, so it comes
from the cache load and the coverage-instrumented Rust build rather than from
the tests. Report `docker system df` at each stage to attribute it.1 parent f05841a commit e5b5baa
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
294 | 305 | | |
295 | 306 | | |
| 307 | + | |
296 | 308 | | |
297 | 309 | | |
| 310 | + | |
298 | 311 | | |
299 | 312 | | |
300 | 313 | | |
| |||
0 commit comments