Skip to content
Snippets Groups Projects
Commit abb40d50 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: rm df job

parent d9ec8f7e
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !955. Comments created here will be created in the context of that merge request.
......@@ -573,32 +573,6 @@ benchmarks:reconstruction:nightly:
project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
df:
extends: .build
stage: config
tags:
- docker-new
needs:
- version
script:
- docker images
- docker ps --size
- docker stats --all --no-stream --no-trunc > docker-stats-all.txt
- docker context ls
- docker volume ls
- docker volume ls --filter=name=buildx_buildkit_builder
- docker buildx ls
- docker buildx inspect
- docker buildx du
- docker buildx du --verbose > docker-buildx-du-verbose.txt
- docker system df
- docker system df --verbose > docker-system-df-verbose.txt
artifacts:
paths:
- docker-stats-all.txt
- docker-buildx-du-verbose.txt
- docker-system-df-verbose.txt
prune:
extends: .build
stage: finalize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment