From 3236eced05e75dd61dd03182bb13f53ba3a6612c Mon Sep 17 00:00:00 2001 From: Marcin Jelinski Date: Wed, 4 Dec 2024 12:10:00 +0100 Subject: [PATCH] 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 --- applications/machine_learning/sample.yaml | 28 ++++++++++++++++------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/applications/machine_learning/sample.yaml b/applications/machine_learning/sample.yaml index bdb211cee2ae..d02e3c6ad1f4 100644 --- a/applications/machine_learning/sample.yaml +++ b/applications/machine_learning/sample.yaml @@ -5,19 +5,24 @@ tests: applications.machine_learning.zdebug: sysbuild: true build_only: true - platform_allow: > - nrf52840dk/nrf52840 thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns - nrf5340dk/nrf5340/cpuapp + platform_allow: + - nrf52840dk/nrf52840 + - thingy53/nrf5340/cpuapp + - thingy53/nrf5340/cpuapp/ns + - nrf5340dk/nrf5340/cpuapp + - nrf54l15dk/nrf54l15/cpuapp integration_platforms: - nrf52840dk/nrf52840 - thingy53/nrf5340/cpuapp - thingy53/nrf5340/cpuapp/ns - nrf5340dk/nrf5340/cpuapp + - nrf54l15dk/nrf54l15/cpuapp tags: ci_build sysbuild ci_applications_machine_learning applications.machine_learning.zdebug_nus: sysbuild: true build_only: true - platform_allow: nrf52840dk/nrf52840 + platform_allow: + - nrf52840dk/nrf52840 integration_platforms: - nrf52840dk/nrf52840 tags: ci_build sysbuild ci_applications_machine_learning @@ -25,7 +30,9 @@ tests: applications.machine_learning.zdebug_rtt: sysbuild: true build_only: true - platform_allow: thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns + platform_allow: + - thingy53/nrf5340/cpuapp + - thingy53/nrf5340/cpuapp/ns integration_platforms: - thingy53/nrf5340/cpuapp - thingy53/nrf5340/cpuapp/ns @@ -34,7 +41,10 @@ tests: applications.machine_learning.zrelease: sysbuild: true build_only: true - platform_allow: nrf52840dk/nrf52840 thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns + platform_allow: + - nrf52840dk/nrf52840 + - thingy53/nrf5340/cpuapp + - thingy53/nrf5340/cpuapp/ns integration_platforms: - nrf52840dk/nrf52840 - thingy53/nrf5340/cpuapp @@ -44,7 +54,8 @@ tests: applications.machine_learning.sensor_hub.zdebug.singlecore: build_only: true sysbuild: true - platform_allow: nrf54h20dk/nrf54h20/cpuapp + platform_allow: + - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp tags: ci_build sysbuild ci_applications_machine_learning @@ -54,7 +65,8 @@ tests: applications.machine_learning.sensor_hub.zdebug: build_only: true sysbuild: true - platform_allow: nrf54h20dk/nrf54h20/cpuapp + platform_allow: + - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp tags: ci_build sysbuild ci_applications_machine_learning