Monolithic build is enabled by default and it requires the presence of the binary blobs. CI will fail since it doesn't fetch them to the environment. To avoid this monolithic for BT app is disabled. Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
21 lines
497 B
YAML
21 lines
497 B
YAML
sample:
|
|
name: Bluetooth Central HT
|
|
tests:
|
|
sample.bluetooth.central_ht:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
sample.bluetooth.central_ht.nxp:
|
|
# Disabling monolithic since CI environment doesn't use blobs
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- rd_rw612_bga
|
|
extra_configs:
|
|
- CONFIG_NXP_MONOLITHIC_BT=n
|