diff --git a/samples/matter/light_bulb/sample.yaml b/samples/matter/light_bulb/sample.yaml index 87b1c9d52d4..555168207d6 100644 --- a/samples/matter/light_bulb/sample.yaml +++ b/samples/matter/light_bulb/sample.yaml @@ -14,7 +14,7 @@ tests: build_only: true extra_args: > CONFIG_CHIP_COMMISSIONABLE_DEVICE_TYPE=y CONFIG_CHIP_ROTATING_DEVICE_ID=y - CONFIG_CHIP_DEVICE_TYPE=257 + CONFIG_CHIP_DEVICE_TYPE=257 CONFIG_CHIP_MEMORY_PROFILING=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp @@ -30,7 +30,7 @@ tests: # Sample to execute load tests sample.matter.light_bulb.persistent_subscriptions: build_only: true - extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y + extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_CHIP_MEMORY_PROFILING=y platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp integration_platforms: - nrf52840dk_nrf52840 diff --git a/samples/matter/light_switch/sample.yaml b/samples/matter/light_switch/sample.yaml index 20a2bfa2a35..441f8b1d497 100644 --- a/samples/matter/light_switch/sample.yaml +++ b/samples/matter/light_switch/sample.yaml @@ -12,6 +12,7 @@ tests: platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp sample.matter.light_switch.debug: build_only: true + extra_args: CONFIG_CHIP_MEMORY_PROFILING=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp @@ -20,7 +21,7 @@ tests: # Sample to execute load tests sample.matter.light_switch.persistent_subscriptions: build_only: true - extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y + extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_CHIP_MEMORY_PROFILING=y platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp integration_platforms: - nrf52840dk_nrf52840 diff --git a/samples/matter/lock/sample.yaml b/samples/matter/lock/sample.yaml index a1f4a29e57c..4e84dd48c45 100644 --- a/samples/matter/lock/sample.yaml +++ b/samples/matter/lock/sample.yaml @@ -12,7 +12,8 @@ tests: platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp sample.matter.lock.smp_dfu: build_only: true - extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y + extra_args: > + CONFIG_CHIP_DFU_OVER_BT_SMP=y CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_MATTER_LOG_LEVEL_ERR=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp