Skip to content

Commit

Permalink
samples: wifi: Remove non-use case combinations
Browse files Browse the repository at this point in the history
nRF91 series only uses 7000 for scan only operation, so, remove other
combinations to save twister run time.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Nov 13, 2023
1 parent fe03b05 commit 7a47ae4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions samples/wifi/shell/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ tests:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
sample.nrf7002.shell.scan_only_9160:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-scan-only.conf SHIELD=nrf7002ek
integration_platforms:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
tags: ci_build
sample.nrf7000.shell.scan_only_91:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-scan-only.conf SHIELD=nrf7002ek_nrf7000 CONFIG_WPA_SUPP=n
Expand All @@ -110,13 +103,6 @@ tests:
- nrf9161dk_nrf9161_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns
tags: ci_build
sample.nrf7001.shell.scan_only_9160:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-scan-only.conf SHIELD=nrf7002ek_nrf7001
integration_platforms:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
tags: ci_build
sample.nrf7002.shell.otbr:
build_only: true
extra_args: OVERLAY_CONFIG=overlay-openthread.conf
Expand Down

0 comments on commit 7a47ae4

Please sign in to comment.