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

treewide: add thingy91x to sample.yaml #15685

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions applications/asset_tracker_v2/overlay-carrier.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ CONFIG_PM_PARTITION_SIZE_NVS_STORAGE=0

# DFU target library
CONFIG_DFU_TARGET=y

# Asserts
CONFIG_ASSERT_VERBOSE=n
1 change: 1 addition & 0 deletions applications/asset_tracker_v2/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tests:
integration_platforms:
- nrf9160dk/nrf9160/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
trantanen marked this conversation as resolved.
Show resolved Hide resolved
- native_sim
tags: ci_build sysbuild
applications.asset_tracker_v2.nrf_cloud-pgps:
Expand Down
1 change: 1 addition & 0 deletions applications/serial_lte_modem/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tests:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
tags: ci_build sysbuild
applications.serial_lte_modem.native_tls:
sysbuild: true
Expand Down
2 changes: 2 additions & 0 deletions samples/cellular/at_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ tests:
- nrf9151dk/nrf9151/ns
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- thingy91x/nrf9151/ns
platform_allow:
- nrf9151dk/nrf9151/ns
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- thingy91x/nrf9151/ns
tags: ci_build sysbuild
1 change: 1 addition & 0 deletions samples/debug/memfault/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tests:
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
Expand Down
2 changes: 2 additions & 0 deletions samples/net/mqtt/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ tests:
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
platform_allow:
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- nrf9151dk/nrf9151/ns
- thingy91/nrf9160/ns
- thingy91x/nrf9151/ns
- nrf7002dk/nrf5340/cpuapp/ns
- native_sim
tags: ci_build sysbuild
Expand Down
Loading