exclude cyw920829m2evk_02 from build. For cyw920829m2evk_02 need `west bloobs fetch` (to get BT fw), which does not allowed in CI. Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
26 lines
612 B
YAML
26 lines
612 B
YAML
sample:
|
|
name: Bluetooth Beacon
|
|
tests:
|
|
sample.bluetooth.beacon:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf54l15pdk/nrf54l15/cpuapp
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf54l15pdk/nrf54l15/cpuapp
|
|
sample.bluetooth.beacon-coex:
|
|
extra_args: CONF_FILE="prj-coex.conf"
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
tags: bluetooth
|