From 9f9704dca6dda7d4af556b133d5e42c360dd2fb0 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Wed, 12 Feb 2025 19:51:33 -0800 Subject: [PATCH] [perf-benchmark] cleanup unused Docker images and volumes in H100 benchmark instance (#12706) --- .buildkite/nightly-benchmarks/benchmark-pipeline.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml index 679abf1814aa..df95e46d6dd6 100644 --- a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml +++ b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml @@ -70,6 +70,12 @@ steps: #key: block-h100 #depends_on: ~ + - label: "Cleanup H100" + agents: + queue: H100 + depends_on: ~ + command: docker system prune -a --volumes --force + - label: "H100" # skip: "use this flag to conditionally skip the benchmark step, useful for PR testing" agents: