Signed-off-by: Kevin H. Luu <khluu000@gmail.com> Signed-off-by: khluu <khluu000@gmail.com> Co-authored-by: Kevin Luu <khluu@Kevins-MacBook-Pro.local>
11 lines
229 B
YAML
11 lines
229 B
YAML
group: Hardware
|
|
depends_on: ~
|
|
steps:
|
|
- label: "Ascend NPU Test"
|
|
soft_fail: true
|
|
timeout_in_minutes: 20
|
|
no_plugin: true
|
|
device: ascend_npu
|
|
commands:
|
|
- bash .buildkite/scripts/hardware_ci/run-npu-test.sh
|