Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: matter: light bulb psub merged with mem profiling #15696

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions samples/matter/light_bulb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ tests:
platform_allow: nrf5340dk/nrf5340/cpuapp
tags: sysbuild
# Sample to execute load tests
sample.matter.light_bulb.persistent_subscriptions:
sample.matter.light_bulb.memory_profiling.persistent_subscriptions:
sysbuild: true
build_only: true
extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y
CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_SHELL_MINIMAL=y
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp
nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
Expand All @@ -89,15 +90,3 @@ tests:
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
tags: sysbuild
sample.matter.light_bulb.memory_profiling:
sysbuild: true
build_only: true
extra_args: CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_SHELL_MINIMAL=y
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp
nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf7002dk/nrf5340/cpuapp
- nrf54l15pdk/nrf54l15/cpuapp
tags: sysbuild
7 changes: 2 additions & 5 deletions scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- sample.matter.lock.lto
- sample.matter.light_switch.debug
- sample.matter.thermostat.debug
- sample.matter.light_bulb.persistent_subscriptions
- sample.matter.light_switch.persistent_subscriptions
- sample.matter.light_bulb.debug
- sample.matter.light_bulb.release
Expand All @@ -30,7 +29,6 @@
- sample.matter.lock.lto
- sample.matter.window_cover.debug
- sample.matter.light_bulb.ffs
- sample.matter.light_bulb.persistent_subscriptions
- sample.matter.light_switch.persistent_subscriptions
- sample.matter.light_bulb.debug
- sample.matter.light_bulb.release
Expand Down Expand Up @@ -58,7 +56,7 @@
- sample.matter.lock.release
- sample.matter.lock.debug
- sample.matter.lock.lto
- sample.matter.light_bulb.persistent_subscriptions
- sample.matter.light_bulb.memory_profiling.persistent_subscriptions
- sample.matter.light_switch.persistent_subscriptions
- sample.matter.light_bulb.debug
- sample.matter.light_bulb.release
Expand All @@ -71,7 +69,6 @@
- applications.matter_bridge.lto
- sample.matter.thermostat.ext_temp
- applications.matter_bridge.lto.memory_profiling
- sample.matter.light_bulb.memory_profiling
platforms:
- nrf7002dk/nrf5340/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"
Expand All @@ -87,7 +84,7 @@
- sample.matter.lock.release
- sample.matter.lock.lto
- sample.matter.lock.smp_dfu
- sample.matter.light_bulb.persistent_subscriptions
- sample.matter.light_bulb.memory_profiling.persistent_subscriptions
- sample.matter.light_switch.persistent_subscriptions
- sample.matter.light_bulb.debug
- sample.matter.light_bulb.release
Expand Down
Loading