Skip to content

Commit

Permalink
Add GH200 to fast check as an optional step
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Jan 29, 2025
1 parent 5f23bbd commit 95bf0ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/test-template-fastcheck.j2
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,14 @@ steps:
commands:
- if [[ -f ".buildkite/run-tpu-test.sh" ]]; then bash .buildkite/run-tpu-test.sh; fi
- yes | docker system prune -a

- block: "Run GH200 Test"
depends_on: ~
key: block-gh200

- label: "GH200 Test"
depends_on: block-gh200
soft_fail: true
agents:
queue: gh200_queue
command: nvidia-smi && bash .buildkite/run-gh200-test.sh

0 comments on commit 95bf0ca

Please sign in to comment.