9 lines
186 B
YAML
9 lines
186 B
YAML
|
|
group: Hardware
|
||
|
|
steps:
|
||
|
|
- label: "Arm CPU Test"
|
||
|
|
soft_fail: true
|
||
|
|
device: arm_cpu
|
||
|
|
no_plugin: true
|
||
|
|
commands:
|
||
|
|
- bash .buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
|