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

samples: nrf9160: mosh: add nRF9161 tests with external flash #11200

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
10 changes: 10 additions & 0 deletions samples/nrf9160/modem_shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ tests:
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="0123456789abcdef0123456789abcdef"
tags: ci_build
sample.nrf9161.modem_shell.memfault_modem_trace:
build_only: true
integration_platforms:
- nrf9161dk_nrf9161_ns
platform_allow: nrf9161dk_nrf9161_ns
extra_args: OVERLAY_CONFIG="overlay-modem-trace.conf;overlay-memfault.conf"
DTC_OVERLAY_FILE="nrf9161dk_ext_flash.overlay"
extra_configs:
- CONFIG_MEMFAULT_NCS_PROJECT_KEY="0123456789abcdef0123456789abcdef"
tags: ci_build
sample.nrf9160.modem_shell.memfault_modem_trace_ram:
build_only: true
integration_platforms:
Expand Down