samples: Bluetooth: Add boards to platform allowed to catch regressions
Add boards to CI platform_allowed list to catch regressions. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
b56c6eb697
commit
aa50f7db74
3 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.broadcaster:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
|
|
|
@ -2,6 +2,6 @@ sample:
|
|||
name: Bluetooth Central HT
|
||||
tests:
|
||||
sample.bluetooth.central_ht:
|
||||
arch_allow: x86
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
|
|
|
@ -4,7 +4,7 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_ht:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
|
||||
harness: bluetooth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue