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é <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-12-11 06:55:54 +01:00 committed by Benjamin Cabé
commit 1441436a92

View file

@ -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