Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: quarantine_integration: Add nRF54L05/nRF54L10 in nRF Desktop #20045

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,13 @@
- nrf52840dk/nrf52840
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
- applications.nrf_desktop.zdebug_fast_pair.gmouse.uart.kmu_provision
- applications.nrf_desktop.zdebug_keyboard.uart.kmu_provision
platforms:
- nrf54l15dk/nrf54l10/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
- applications.nrf_desktop.zrelease
platforms:
Expand All @@ -498,6 +505,8 @@
- nrf52833dk/nrf52833
- nrf52833dongle/nrf52833
- nrf52dmouse/nrf52832
- nrf54l15dk/nrf54l05/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
Expand All @@ -524,6 +533,12 @@
- nrf52840dongle/nrf52840
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
- applications.nrf_desktop.zrelease_fast_pair.gmouse
platforms:
- nrf54l15dk/nrf54l05/cpuapp
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
- applications.nrf_desktop.zdebug_mcuboot_smp
- applications.nrf_desktop.zrelease_fast_pair.gmouse
Expand Down
Loading