Skip to content

Commit 6c6e756

Browse files
kkasperczyk-norlubos
authored andcommitted
scripts: Added bridge application variants to quarantine
Matter Bridge application cannot fit in flash. For now added failing variants to quarantine, but probably they should be removed at all, as it's unlikely to be fixed. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 598615d commit 6c6e756

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

scripts/quarantine.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
comment: "https://nordicsemi.atlassian.net/browse/KRKNWK-20521"
3535

3636
- scenarios:
37-
- sample.bluetooth.direction_finding_central_nrf
38-
- sample.bluetooth.direction_finding_central_nrf.aod
39-
platforms:
40-
- nrf52833dk/nrf52820
41-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-32042"
37+
- applications.matter_bridge.br_ble.smp_dfu
38+
- applications.matter_bridge.br_ble.memory_profiling
39+
- applications.matter_bridge.memory_profiling
40+
comment: "Variant does not fit in FLASH area - it should be probably removed in the future"
4241

4342
- scenarios:
4443
- nrf.extended.drivers.uart.uart_elementary_dual_l09

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ manifest:
157157
- name: matter
158158
repo-path: sdk-connectedhomeip
159159
path: modules/lib/matter
160-
revision: pull/623/head
160+
revision: b1a600e3613187046a9a3cfa61886ad3e73c9885
161161
west-commands: scripts/west/west-commands.yml
162162
submodules:
163163
- name: nlio

0 commit comments

Comments
 (0)