Skip to content

Commit

Permalink
samples: echo_server: fix rw612_openthread_rcp_host build in CI
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kartben committed Dec 11, 2024
1 parent 1baf93b commit 0257771
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samples/net/sockets/echo_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ tests:
platform_allow: frdm_kw41z
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
sample.net.sockets.echo_server.rw612_openthread_rcp_host:
extra_args: OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
build_only: true
extra_args:
# Disabling monolithic since CI environment doesn't use blobs
- CONFIG_NXP_MONOLITHIC_NBU=n
- OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
slow: true
tags:
- net
Expand Down

0 comments on commit 0257771

Please sign in to comment.