Skip to content

Commit 7776308

Browse files
committed
Clean up disk space to avoid disk error during tests
Signed-off-by: Min Yeol Lim <min.yeol.lim@intel.com>
1 parent 5eceaf3 commit 7776308

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ jobs:
274274
- name: Extract resources from gProfiler executable
275275
run: sudo ./output/gprofiler_x86_64 extract-resources --resources-dest=./gprofiler/resources
276276

277+
- name: Clean Docker resources
278+
run: |
279+
docker system prune -f --volumes
280+
df -h
281+
277282
# used in the tests
278283
- name: Import gProfiler image
279284
run: docker image load < output/gprofiler_x86_64.img

0 commit comments

Comments
 (0)