Skip to content

Commit 38589f4

Browse files
committed
scripts: quarantine_integration: add nRF54L10/L15 to the FP tests
Added the nRF54L10 and nRF54L15 board targets to the Fast Pair tests quarantine. The nRF54L05 board target should be sufficient to test in the integration scope and prevent potential memory overflows as the smallest target. Ref: NCSDK-30305 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent aa9458a commit 38589f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/quarantine_integration.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,17 @@
443443
- fast_pair.storage.factory_reset.7keys
444444
- fast_pair.storage.factory_reset.8keys
445445
- fast_pair.storage.factory_reset.9keys
446+
platforms:
447+
- nrf52840dk/nrf52840
448+
comment: "Configurations excluded to limit resources usage in integration builds"
449+
450+
- scenarios:
446451
- fast_pair.storage.factory_reset.default
447452
- fast_pair.storage.factory_reset.ak_minimal_backend
448453
platforms:
449454
- nrf52840dk/nrf52840
455+
- nrf54l15dk/nrf54l10/cpuapp
456+
- nrf54l15dk/nrf54l15/cpuapp
450457
comment: "Configurations excluded to limit resources usage in integration builds"
451458

452459
- scenarios:
@@ -463,6 +470,8 @@
463470
- fast_pair.storage.account_key_storage.minimal
464471
platforms:
465472
- nrf52840dk/nrf52840
473+
- nrf54l15dk/nrf54l10/cpuapp
474+
- nrf54l15dk/nrf54l15/cpuapp
466475
comment: "Configurations excluded to limit resources usage in integration builds"
467476

468477
- scenarios:
@@ -471,6 +480,8 @@
471480
- fast_pair.crypto.psa
472481
platforms:
473482
- nrf52840dk/nrf52840
483+
- nrf54l15dk/nrf54l10/cpuapp
484+
- nrf54l15dk/nrf54l15/cpuapp
474485
comment: "Configurations excluded to limit resources usage in integration builds"
475486

476487
- scenarios:

0 commit comments

Comments
 (0)