@@ -23,6 +23,16 @@ tests:
2323 - nrf54l15dk/nrf54l15/cpuapp
2424 - nrf54l15dk/nrf54l15/cpuapp/ns
2525 - nrf54lm20dk/nrf54lm20a/cpuapp
26+ sample.matter.light_bulb.nrf7002eb2.debug :
27+ sysbuild : true
28+ build_only : true
29+ extra_args :
30+ - light_bulb_SHIELD=nrf7002eb2
31+ - SB_CONFIG_WIFI_NRF70=y
32+ integration_platforms :
33+ - nrf54lm20dk/nrf54lm20a/cpuapp
34+ platform_allow :
35+ - nrf54lm20dk/nrf54lm20a/cpuapp
2636 sample.matter.light_bulb.release :
2737 sysbuild : true
2838 build_only : true
@@ -42,6 +52,19 @@ tests:
4252 - nrf7002dk/nrf5340/cpuapp
4353 - nrf54l15dk/nrf54l15/cpuapp
4454 - nrf54lm20dk/nrf54lm20a/cpuapp
55+ sample.matter.light_bulb.nrf7002eb2.release :
56+ sysbuild : true
57+ build_only : true
58+ extra_args :
59+ - FILE_SUFFIX=release
60+ - SB_CONFIG_BOOTLOADER_MCUBOOT=y
61+ - SB_CONFIG_PARTITION_MANAGER=y
62+ - light_bulb_SHIELD=nrf7002eb2
63+ - SB_CONFIG_WIFI_NRF70=y
64+ integration_platforms :
65+ - nrf54lm20dk/nrf54lm20a/cpuapp
66+ platform_allow :
67+ - nrf54lm20dk/nrf54lm20a/cpuapp
4568 sample.matter.light_bulb.ffs :
4669 sysbuild : true
4770 build_only : true
@@ -98,6 +121,19 @@ tests:
98121 - nrf54l15dk/nrf54l15/cpuapp
99122 - nrf7002dk/nrf5340/cpuapp
100123 - nrf54lm20dk/nrf54lm20a/cpuapp
124+ sample.matter.light_bulb.nrf7002eb2.memory_profiling :
125+ sysbuild : true
126+ build_only : true
127+ extra_args :
128+ - CONFIG_CHIP_MEMORY_PROFILING=y
129+ - CONFIG_SHELL_MINIMAL=y
130+ - CONFIG_CHIP_FACTORY_RESET_TIME_MEASUREMENT=y
131+ - light_bulb_SHIELD=nrf7002eb2
132+ - SB_CONFIG_WIFI_NRF70=y
133+ platform_allow :
134+ - nrf54lm20dk/nrf54lm20a/cpuapp
135+ integration_platforms :
136+ - nrf54lm20dk/nrf54lm20a/cpuapp
101137 sample.matter.light_bulb.aws :
102138 sysbuild : true
103139 build_only : true
0 commit comments