We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eafe5e commit 9f9704dCopy full SHA for 9f9704d
1 file changed
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
@@ -70,6 +70,12 @@ steps:
70
#key: block-h100
71
#depends_on: ~
72
73
+ - label: "Cleanup H100"
74
+ agents:
75
+ queue: H100
76
+ depends_on: ~
77
+ command: docker system prune -a --volumes --force
78
+
79
- label: "H100"
80
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
81
agents:
0 commit comments