-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.yaml
40 lines (40 loc) · 1.44 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
sample:
description: Bluetooth Low Energy LED Button service sample
name: BLE LED Button service
tests:
sample.bluetooth.peripheral_lbs:
build_only: true
integration_platforms:
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- thingy53_nrf5340_cpuapp
- thingy53_nrf5340_cpuapp_ns
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf52dk_nrf52810
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns thingy53_nrf5340_cpuapp
thingy53_nrf5340_cpuapp_ns
tags: bluetooth ci_build
sample.bluetooth.peripheral_lbs_minimal:
build_only: true
extra_args: OVERLAY_CONFIG=prj_minimal.conf
integration_platforms:
- nrf52dk_nrf52810
- nrf52840dk_nrf52811
- nrf52833dk_nrf52820
platform_allow: nrf52dk_nrf52810 nrf52840dk_nrf52811 nrf52833dk_nrf52820
tags: bluetooth ci_build
sample.bluetooth.peripheral_lbs_no_security:
build_only: true
extra_args: CONFIG_BT_LBS_SECURITY_ENABLED=n
integration_platforms:
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- thingy53_nrf5340_cpuapp
- thingy53_nrf5340_cpuapp_ns
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf52dk_nrf52810
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns thingy53_nrf5340_cpuapp
thingy53_nrf5340_cpuapp_ns
tags: bluetooth ci_build