Skip to content

Commit 3d32533

Browse files
maje-embjukkar
authored andcommitted
applications: machine_learning: Update sample.yaml file
Added entry for the board `nrf54l15dk/nrf54l15/cpuapp` in the sample.yaml file. Ref: NCSDK-30382 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent 27f1159 commit 3d32533

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

applications/machine_learning/sample.yaml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,34 @@ tests:
55
applications.machine_learning.zdebug:
66
sysbuild: true
77
build_only: true
8-
platform_allow: >
9-
nrf52840dk/nrf52840 thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns
10-
nrf5340dk/nrf5340/cpuapp
8+
platform_allow:
9+
- nrf52840dk/nrf52840
10+
- thingy53/nrf5340/cpuapp
11+
- thingy53/nrf5340/cpuapp/ns
12+
- nrf5340dk/nrf5340/cpuapp
13+
- nrf54l15dk/nrf54l15/cpuapp
1114
integration_platforms:
1215
- nrf52840dk/nrf52840
1316
- thingy53/nrf5340/cpuapp
1417
- thingy53/nrf5340/cpuapp/ns
1518
- nrf5340dk/nrf5340/cpuapp
19+
- nrf54l15dk/nrf54l15/cpuapp
1620
tags: ci_build sysbuild ci_applications_machine_learning
1721
applications.machine_learning.zdebug_nus:
1822
sysbuild: true
1923
build_only: true
20-
platform_allow: nrf52840dk/nrf52840
24+
platform_allow:
25+
- nrf52840dk/nrf52840
2126
integration_platforms:
2227
- nrf52840dk/nrf52840
2328
tags: ci_build sysbuild ci_applications_machine_learning
2429
extra_args: FILE_SUFFIX=nus
2530
applications.machine_learning.zdebug_rtt:
2631
sysbuild: true
2732
build_only: true
28-
platform_allow: thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns
33+
platform_allow:
34+
- thingy53/nrf5340/cpuapp
35+
- thingy53/nrf5340/cpuapp/ns
2936
integration_platforms:
3037
- thingy53/nrf5340/cpuapp
3138
- thingy53/nrf5340/cpuapp/ns
@@ -34,7 +41,10 @@ tests:
3441
applications.machine_learning.zrelease:
3542
sysbuild: true
3643
build_only: true
37-
platform_allow: nrf52840dk/nrf52840 thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns
44+
platform_allow:
45+
- nrf52840dk/nrf52840
46+
- thingy53/nrf5340/cpuapp
47+
- thingy53/nrf5340/cpuapp/ns
3848
integration_platforms:
3949
- nrf52840dk/nrf52840
4050
- thingy53/nrf5340/cpuapp
@@ -44,7 +54,8 @@ tests:
4454
applications.machine_learning.sensor_hub.zdebug.singlecore:
4555
build_only: true
4656
sysbuild: true
47-
platform_allow: nrf54h20dk/nrf54h20/cpuapp
57+
platform_allow:
58+
- nrf54h20dk/nrf54h20/cpuapp
4859
integration_platforms:
4960
- nrf54h20dk/nrf54h20/cpuapp
5061
tags: ci_build sysbuild ci_applications_machine_learning
@@ -54,7 +65,8 @@ tests:
5465
applications.machine_learning.sensor_hub.zdebug:
5566
build_only: true
5667
sysbuild: true
57-
platform_allow: nrf54h20dk/nrf54h20/cpuapp
68+
platform_allow:
69+
- nrf54h20dk/nrf54h20/cpuapp
5870
integration_platforms:
5971
- nrf54h20dk/nrf54h20/cpuapp
6072
tags: ci_build sysbuild ci_applications_machine_learning

0 commit comments

Comments
 (0)