Skip to content

Commit 9ecb090

Browse files
tomaszkob89rlubos
authored andcommitted
samples: nrf_rpc: add samples for ci
Add "rpc_ci" samples to sample.yaml to build samples required to run CI. Signed-off-by: Tomasz Kobylarz <[email protected]>
1 parent ea21427 commit 9ecb090

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

samples/nrf_rpc/protocols_serialization/client/sample.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ tests:
4545
integration_platforms:
4646
- nrf52840dk/nrf52840
4747
- nrf54l15dk/nrf54l15/cpuapp
48+
sample.nrf_rpc.protocols_serialization.client.rpc_ci:
49+
sysbuild: true
50+
build_only: true
51+
platform_allow:
52+
- nrf52840dk/nrf52840
53+
- nrf54l15dk/nrf54l15/cpuapp
54+
tags:
55+
- ci_build
56+
- ci_samples_nrf_rpc
57+
extra_args: >
58+
SNIPPET="ble;openthread;coex;log_rpc;ci-shell;zperf"
59+
integration_platforms:
60+
- nrf52840dk/nrf52840
61+
- nrf54l15dk/nrf54l15/cpuapp

samples/nrf_rpc/protocols_serialization/client/snippets/openthread/openthread.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
CONFIG_OPENTHREAD_RPC=y
88
CONFIG_OPENTHREAD_RPC_CLIENT=y
9+
CONFIG_OPENTHREAD_MESH_DIAG=y
910

1011
CONFIG_NETWORKING=y
1112
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=6

samples/nrf_rpc/protocols_serialization/server/sample.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ tests:
4545
integration_platforms:
4646
- nrf52840dk/nrf52840
4747
- nrf54l15dk/nrf54l15/cpuapp
48+
sample.nrf_rpc.protocols_serialization.server.rpc_ci:
49+
sysbuild: true
50+
build_only: true
51+
platform_allow:
52+
- nrf52840dk/nrf52840
53+
- nrf54l15dk/nrf54l15/cpuapp
54+
tags:
55+
- ci_build
56+
- ci_samples_nrf_rpc
57+
extra_args: >
58+
SNIPPET="ble;openthread;debug;coex;log_rpc;ci-shell"
59+
integration_platforms:
60+
- nrf52840dk/nrf52840
61+
- nrf54l15dk/nrf54l15/cpuapp

snippets/ci-shell/ci-shell.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ CONFIG_BOOT_BANNER=n
1111
CONFIG_SHELL_PROMPT_UART=""
1212
CONFIG_SHELL_VT100_COLORS=n
1313
CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=618
14+
CONFIG_ASSERT=n
15+
CONFIG_RESET_ON_FATAL_ERROR=n
16+
CONFIG_DEBUG_THREAD_INFO=y

0 commit comments

Comments
 (0)