Skip to content

Commit f3ebb4a

Browse files
authored
ci: make space for flatland-baselines image. (flatland-association#22)
Signed-off-by: chenkins <chenkins44@gmail.com>
1 parent acef812 commit f3ebb4a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ jobs:
4141
matrix:
4242
python-version: [ "3.13" ]
4343
steps:
44+
- name: Inspect disk
45+
run: |
46+
df -h
47+
docker system df
48+
# https://stackoverflow.com/questions/30604846/docker-complains-about-no-space-left-on-device-how-to-clean-up
49+
- name: Prune docker system
50+
run: |
51+
docker system prune --all --force
52+
# https://www.dzombak.com/blog/2024/09/freeing-disk-space-on-github-actions-runners/
53+
- name: Free disk space
54+
run: |
55+
curl -fsSL https://raw.githubusercontent.com/kou/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
56+
- name: Inspect disk again
57+
run: |
58+
df -h
59+
docker system df
4460
- uses: actions/checkout@v4
4561
with:
4662
repository: flatland-association/flatland-benchmarks

0 commit comments

Comments
 (0)