Skip to content

Commit 11fb40d

Browse files
D-Trivenirlubos
authored andcommitted
samples: wifi: softap: Split nRF54H20 and nRF54L15 target entries
Separate the target entries for nRF54H20 and nRF54L15 to maintain distinct extra arguments. Signed-off-by: Triveni Danda <[email protected]>
1 parent e77774f commit 11fb40d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

samples/wifi/softap/sample.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,29 @@ tests:
4444
- ci_build
4545
- sysbuild
4646
- ci_samples_wifi
47-
sample.nrf7002eb_interposer_p1.nrf7002eb.softap:
47+
sample.nrf54h20.softap:
4848
sysbuild: true
4949
build_only: true
5050
extra_args:
5151
- softap_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
5252
- softap_SNIPPET=nrf70-wifi
5353
integration_platforms:
5454
- nrf54h20dk/nrf54h20/cpuapp
55-
- nrf54l15dk/nrf54l15/cpuapp
5655
platform_allow:
5756
- nrf54h20dk/nrf54h20/cpuapp
57+
tags:
58+
- ci_build
59+
- sysbuild
60+
- ci_samples_wifi
61+
sample.nrf54l15.softap:
62+
sysbuild: true
63+
build_only: true
64+
extra_args:
65+
- softap_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
66+
- softap_SNIPPET=nrf70-wifi
67+
integration_platforms:
68+
- nrf54l15dk/nrf54l15/cpuapp
69+
platform_allow:
5870
- nrf54l15dk/nrf54l15/cpuapp
5971
tags:
6072
- ci_build

0 commit comments

Comments
 (0)