From 7410f1bc136c264545b3a0f1ac5b95fa9733bcbb Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 3 Feb 2025 11:18:59 -0800 Subject: [PATCH 1/3] Update benchmark-pipeline.yaml --- .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: From 9f11612e850ceae6d025ffc98edd65a81908ed2a Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 3 Feb 2025 11:21:09 -0800 Subject: [PATCH 2/3] Update benchmark-pipeline.yaml --- .buildkite/nightly-benchmarks/benchmark-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml index df95e46d6dd6..fac18d5fb129 100644 --- a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml +++ b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml @@ -71,6 +71,7 @@ steps: #depends_on: ~ - label: "Cleanup H100" + priority: 100 agents: queue: H100 depends_on: ~ From 207f1411b6dc22d9d6013d9ac405a8f73b4be6aa Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 3 Feb 2025 14:59:11 -0800 Subject: [PATCH 3/3] Update benchmark-pipeline.yaml --- .buildkite/nightly-benchmarks/benchmark-pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml index fac18d5fb129..df95e46d6dd6 100644 --- a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml +++ b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml @@ -71,7 +71,6 @@ steps: #depends_on: ~ - label: "Cleanup H100" - priority: 100 agents: queue: H100 depends_on: ~