native_posix is now deprecated. Building this sample in both native_sim and native_posix does not improve coverage for the sample but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for this sample. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
35 lines
869 B
YAML
35 lines
869 B
YAML
sample:
|
|
description: Bluetooth HAP Hearing Aid sample
|
|
name: Bluetooth HAP Hearing Aid sample
|
|
tests:
|
|
sample.bluetooth.hap_ha.monaural:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- native_sim
|
|
tags: bluetooth
|
|
build_only: true
|
|
sample.bluetooth.hap_ha.monaural_no_presets:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- native_sim
|
|
tags: bluetooth
|
|
build_only: true
|
|
extra_configs:
|
|
- CONFIG_BT_HAS_PRESET_COUNT=0
|
|
sample.bluetooth.hap_ha.banded:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- native_sim
|
|
tags: bluetooth
|
|
extra_args: OVERLAY_CONFIG="banded.conf"
|
|
build_only: true
|
|
sample.bluetooth.hap_ha.binaural:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- native_sim
|
|
tags: bluetooth
|
|
extra_args: OVERLAY_CONFIG="binaural.conf"
|
|
build_only: true
|
|
extra_configs:
|
|
- CONFIG_HAP_HA_SET_RANK=2
|