From aa50f7db74f0fe06ef60404ea248c36bd091ceb8 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Wed, 5 Oct 2022 16:47:29 +0530 Subject: [PATCH] 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 --- samples/bluetooth/broadcaster/sample.yaml | 2 +- samples/bluetooth/central_ht/sample.yaml | 2 +- samples/bluetooth/peripheral_ht/sample.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/bluetooth/broadcaster/sample.yaml b/samples/bluetooth/broadcaster/sample.yaml index afd06561ead..b0ad4650f0e 100644 --- a/samples/bluetooth/broadcaster/sample.yaml +++ b/samples/bluetooth/broadcaster/sample.yaml @@ -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 diff --git a/samples/bluetooth/central_ht/sample.yaml b/samples/bluetooth/central_ht/sample.yaml index 544a276090f..5274c945ca5 100644 --- a/samples/bluetooth/central_ht/sample.yaml +++ b/samples/bluetooth/central_ht/sample.yaml @@ -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 diff --git a/samples/bluetooth/peripheral_ht/sample.yaml b/samples/bluetooth/peripheral_ht/sample.yaml index 96e1dc4b07a..63c58d72607 100644 --- a/samples/bluetooth/peripheral_ht/sample.yaml +++ b/samples/bluetooth/peripheral_ht/sample.yaml @@ -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