Skip to content

Commit 9f9704d

Browse files
authored
[perf-benchmark] cleanup unused Docker images and volumes in H100 benchmark instance (#12706)
1 parent 8eafe5e commit 9f9704d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.buildkite/nightly-benchmarks/benchmark-pipeline.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ steps:
7070
#key: block-h100
7171
#depends_on: ~
7272

73+
- label: "Cleanup H100"
74+
agents:
75+
queue: H100
76+
depends_on: ~
77+
command: docker system prune -a --volumes --force
78+
7379
- label: "H100"
7480
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
7581
agents:

0 commit comments

Comments
 (0)