-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.yaml
70 lines (70 loc) · 2.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
sample:
name: OpenThread CLI sample
description: Test OpenThread Command Line Interface.
tests:
sample.openthread.cli:
build_only: true
platform_allow: >
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns nrf52840dk_nrf52840 nrf21540dk_nrf52840
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-ci.conf;overlay-multiprotocol.conf;overlay-tcp.conf
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk_nrf52840
- nrf21540dk_nrf52840
sample.openthread.cli_nrf52833:
build_only: true
platform_allow: nrf52833dk_nrf52833
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-ci.conf
integration_platforms:
- nrf52833dk_nrf52833
sample.openthread.cli.thread_1_1:
build_only: true
platform_allow: >
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns nrf52840dk_nrf52840 nrf21540dk_nrf52840
tags: ci_build
extra_args: >
CONFIG_OPENTHREAD_THREAD_VERSION_1_1=y
OVERLAY_CONFIG=overlay-ci.conf;overlay-multiprotocol.conf
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk_nrf52840
- nrf21540dk_nrf52840
sample.openthread.cli.usb:
build_only: true
platform_allow: >
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns nrf52840dk_nrf52840
nrf52840dongle_nrf52840 nrf21540dk_nrf52840
tags: ci_build
extra_args: >
OVERLAY_CONFIG=overlay-usb.conf;overlay-ci.conf;overlay-multiprotocol.conf;overlay-tcp.conf
DTC_OVERLAY_FILE=usb.overlay
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk_nrf52840
- nrf52840dongle_nrf52840
- nrf21540dk_nrf52840
sample.openthread.cli.low_power:
build_only: true
platform_allow: >
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns nrf52840dk_nrf52840 nrf21540dk_nrf52840
tags: ci_build
extra_args: OVERLAY_CONFIG=overlay-ci.conf;overlay-low_power.conf
DTC_OVERLAY_FILE=low_power.overlay
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk_nrf52840
- nrf21540dk_nrf52840
# Build integration regression protection.
sample.nrf_security.openthread.integration:
build_only: true
extra_args: CONFIG_NRF_SECURITY=y
platform_allow: nrf5340dk_nrf5340_cpuapp_ns nrf52840dk_nrf52840
integration_platforms:
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk_nrf52840