Skip to content

Commit

Permalink
samples: Fix incorrect names in yaml
Browse files Browse the repository at this point in the history
Fixes typos in platform names in sample.yamls
Those incorrect names causes twister failures.

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
  • Loading branch information
PerMac committed Aug 16, 2023
1 parent 0c1077b commit e89857d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/asset_tracker_v2/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ tests:
build_only: true
integration_platforms:
- nrf9161dk_nrf9161_ns
platform_allow: ns nrf9161dk_nrf9161_ns
platform_allow: nrf9161dk_nrf9161_ns
extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
DTC_OVERLAY_FILE="nrf91xxdk_with_nrf7002ek.overlay;nrf9161dk_with_ext_flash.overlay"
tags: ci_build
Expand Down
2 changes: 1 addition & 1 deletion samples/debug/ppi_trace/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ tests:
integration_platforms:
- nrf52840dk_nrf52840
- nrf9160dk_nrf9160
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf9160dk_nrf9160 nrf21540_nrf52840
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf9160dk_nrf9160 nrf21540dk_nrf52840
tags: ci_build

0 comments on commit e89857d

Please sign in to comment.