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

Revert "feat: rm df job"

This reverts commit abb40d50
parent abb40d50
No related branches found
No related tags found
No related merge requests found
......@@ -573,6 +573,32 @@ 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