From bb14d65c0abe560b7467c518968c20db96c0100b Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Thu, 21 Sep 2023 10:34:30 +0200 Subject: [PATCH] samples: matter: Split configurations for Eagle EK tests We need two separate configurations for nRF52840DK + nrf21540ek and nRF5340 + nrf21540ek because there are different extra_args used. Signed-off-by: Arkadiusz Balys --- samples/matter/light_bulb/sample.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/samples/matter/light_bulb/sample.yaml b/samples/matter/light_bulb/sample.yaml index 87b1c9d52d40..9643c32ba130 100644 --- a/samples/matter/light_bulb/sample.yaml +++ b/samples/matter/light_bulb/sample.yaml @@ -25,8 +25,13 @@ tests: extra_args: SHIELD=nrf21540ek integration_platforms: - nrf52840dk_nrf52840 + platform_allow: nrf52840dk_nrf52840 + sample.matter.light_bulb.debug.nrf21540ek_fwd: + build_only: true + extra_args: SHIELD=nrf21540ek_fwd multiprotocol_rpmsg_SHIELD=nrf21540ek + integration_platforms: - nrf5340dk_nrf5340_cpuapp - platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp + platform_allow: nrf5340dk_nrf5340_cpuapp # Sample to execute load tests sample.matter.light_bulb.persistent_subscriptions: build_only: true