Skip to content

Commit

Permalink
scripts: quarantine_integration: add nRF54L10/L15 to the FP tests
Browse files Browse the repository at this point in the history
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 <Kamil.Piszczek@nordicsemi.no>
  • Loading branch information
kapi-no committed Feb 20, 2025
1 parent 106947a commit 9e2d52c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@
- fast_pair.storage.factory_reset.9keys
- fast_pair.storage.factory_reset.default
- fast_pair.storage.factory_reset.ak_minimal_backend
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platforms:
- nrf52840dk/nrf52840
comment: "Configurations excluded to limit resources usage in integration builds"
Expand All @@ -463,6 +465,8 @@
- fast_pair.storage.account_key_storage.minimal
platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand All @@ -471,6 +475,8 @@
- fast_pair.crypto.psa
platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand Down

0 comments on commit 9e2d52c

Please sign in to comment.