Skip to content

Commit

Permalink
samples: wifi: Fix duplicate twister names
Browse files Browse the repository at this point in the history
Fix duplicates name by using sample name prefix.

Note: For some reason CI didn't catch this in the original PR.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Sep 17, 2024
1 parent 6fd08d1 commit 5a3639b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/wifi/scan/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ tests:
build_only: true
platform_allow: thingy91x/nrf9151/ns
tags: ci_build sysbuild ci_samples_wifi
sample.nrf7002eb.nrf54l15dk.shell:
sample.scan.nrf7002eb.nrf54l15dk.shell:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf700x_nrf54l15pdk
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
platform_allow: nrf54l15dk/nrf54l15/cpuapp
tags: ci_build sysbuild ci_samples_wifi
sample.nrf54h20dk_nrf7002ek.shell:
sample.scan.nrf54h20dk_nrf7002ek.shell:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf700x_nrf54h20dk
Expand Down
4 changes: 2 additions & 2 deletions samples/wifi/sta/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ tests:
- thingy53/nrf5340/cpuapp
platform_allow: thingy53/nrf5340/cpuapp
tags: ci_build sysbuild ci_samples_wifi
sample.nrf7002eb.nrf54l15dk.shell:
sample.sta.nrf7002eb.nrf54l15dk.shell:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf700x_nrf54l15pdk
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
platform_allow: nrf54l15dk/nrf54l15/cpuapp
tags: ci_build sysbuild ci_samples_wifi
sample.nrf54h20dk_nrf7002ek.shell:
sample.sta.nrf54h20dk_nrf7002ek.shell:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf700x_nrf54h20dk
Expand Down

0 comments on commit 5a3639b

Please sign in to comment.