"vscode:/vscode.git/clone" did not exist on "fa63e710c7fbaae3a445f669d3b5ba6b9a4ef412"
Unverified Commit 9f9704dc authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[perf-benchmark] cleanup unused Docker images and volumes in H100 benchmark instance (#12706)

parent 8eafe5ea
...@@ -70,6 +70,12 @@ steps: ...@@ -70,6 +70,12 @@ steps:
#key: block-h100 #key: block-h100
#depends_on: ~ #depends_on: ~
- label: "Cleanup H100"
agents:
queue: H100
depends_on: ~
command: docker system prune -a --volumes --force
- label: "H100" - label: "H100"
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing" # skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
agents: agents:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment