2026-01-26 12:28:20 -08:00
|
|
|
group: Hardware
|
|
|
|
|
depends_on: ~
|
|
|
|
|
steps:
|
|
|
|
|
- label: "Intel HPU Test"
|
|
|
|
|
soft_fail: true
|
|
|
|
|
device: intel_hpu
|
|
|
|
|
no_plugin: true
|
|
|
|
|
commands:
|
|
|
|
|
- bash .buildkite/scripts/hardware_ci/run-hpu-test.sh
|
|
|
|
|
|
|
|
|
|
- label: "Intel GPU Test"
|
2026-01-28 01:33:59 -08:00
|
|
|
depends_on: []
|
2026-01-26 12:28:20 -08:00
|
|
|
soft_fail: true
|
|
|
|
|
device: intel_gpu
|
|
|
|
|
no_plugin: true
|
|
|
|
|
commands:
|
|
|
|
|
- bash .buildkite/scripts/hardware_ci/run-xpu-test.sh
|