Skip to content

Commit

Permalink
samples: matter: bridge sample with smp added
Browse files Browse the repository at this point in the history
Bridge debug sample with SMP added.

Signed-off-by: Hubert Górski <[email protected]>
  • Loading branch information
HubertHugo authored and de-nordic committed Nov 8, 2023
1 parent cbf858f commit fb26c51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions applications/matter_bridge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sample:
description: Matter Bridge
name: Matter Bridge application
tests:
# Excluded in quarantine.yaml to limit resources usage in integration builds
applications.matter_bridge.release:
build_only: true
extra_args: CONF_FILE=prj_release.conf
Expand All @@ -20,9 +19,9 @@ tests:
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
applications.matter_bridge.br_ble:
applications.matter_bridge.smp_dfu.br_ble:
build_only: true
extra_args: CONFIG_BRIDGED_DEVICE_BT=y
extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y CONFIG_BRIDGED_DEVICE_BT=y
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
2 changes: 0 additions & 2 deletions applications/matter_weather_station/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sample:
name: Matter Weather Station
description: Matter Weather Station application
tests:
# Excluded in quarantine.yaml to limit resource usage in integration builds
# This configuration is used for performing DFU over BLE between different NCS
# applications on Thingy53.
applications.matter_weather_station.debug.no_fd:
Expand All @@ -11,7 +10,6 @@ tests:
platform_exclude: thingy53_nrf5340_cpuapp_ns
integration_platforms:
- thingy53_nrf5340_cpuapp
# ---------------
applications.matter_weather_station.debug:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-factory_data.conf
Expand Down
1 change: 0 additions & 1 deletion scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
- sample.matter.template.release
- sample.matter.thermostat.release
- applications.matter_bridge.release
- applications.matter_bridge.release.br_ble
platforms:
- nrf7002dk_nrf5340_cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

0 comments on commit fb26c51

Please sign in to comment.