Skip to content

Commit 1441436

Browse files
committed
samples: echo_server: fix rw612_openthread_rcp_host build in CI
MONOLITHIC_NXP_NBU cannot be used in CI as it relies on firmware blobs to be fetched. Disabling the feature so the CI can pass. Also tagging this test as build_only. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1baf93b commit 1441436

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/net/sockets/echo_server/sample.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ tests:
113113
platform_allow: frdm_kw41z
114114
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
115115
sample.net.sockets.echo_server.rw612_openthread_rcp_host:
116-
extra_args: OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
116+
build_only: true
117+
extra_args:
118+
# Disabling monolithic since CI environment doesn't use blobs
119+
- CONFIG_NXP_MONOLITHIC_NBU=n
120+
- OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
117121
slow: true
118122
tags:
119123
- net

0 commit comments

Comments
 (0)