11 lines
217 B
YAML
11 lines
217 B
YAML
|
|
group: Hardware
|
||
|
|
steps:
|
||
|
|
- label: "GH200 Test"
|
||
|
|
soft_fail: true
|
||
|
|
device: gh200
|
||
|
|
no_plugin: true
|
||
|
|
optional: true
|
||
|
|
commands:
|
||
|
|
- nvidia-smi
|
||
|
|
- bash .buildkite/scripts/hardware_ci/run-gh200-test.sh
|