From fb26c51ddcc240517984fde76aeadaa00e9337c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20G=C3=B3rski?= Date: Thu, 5 Oct 2023 12:20:27 +0200 Subject: [PATCH] samples: matter: bridge sample with smp added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bridge debug sample with SMP added. Signed-off-by: Hubert Górski --- applications/matter_bridge/sample.yaml | 5 ++--- applications/matter_weather_station/sample.yaml | 2 -- scripts/quarantine_integration.yaml | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/applications/matter_bridge/sample.yaml b/applications/matter_bridge/sample.yaml index ffd228316dc8..896623595fa7 100644 --- a/applications/matter_bridge/sample.yaml +++ b/applications/matter_bridge/sample.yaml @@ -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 @@ -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 diff --git a/applications/matter_weather_station/sample.yaml b/applications/matter_weather_station/sample.yaml index 2368edb47d93..ab3a043793e4 100644 --- a/applications/matter_weather_station/sample.yaml +++ b/applications/matter_weather_station/sample.yaml @@ -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: @@ -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 diff --git a/scripts/quarantine_integration.yaml b/scripts/quarantine_integration.yaml index a254fc2bffb8..53fd0c46a6ea 100644 --- a/scripts/quarantine_integration.yaml +++ b/scripts/quarantine_integration.yaml @@ -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"