From dfa170e90955ff5fdf30f8076cee933eb9d72bf1 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 15 Nov 2024 07:49:45 -0500 Subject: [PATCH] tests: cmsis_nn: reduce architecture scope Filters already only allow arm and native, so exclude everything else very early and reduce churn and build time. Signed-off-by: Anas Nashif --- tests/lib/cmsis_nn/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/cmsis_nn/testcase.yaml b/tests/lib/cmsis_nn/testcase.yaml index 3952266880e..f528df24509 100644 --- a/tests/lib/cmsis_nn/testcase.yaml +++ b/tests/lib/cmsis_nn/testcase.yaml @@ -1,5 +1,7 @@ tests: libraries.cmsis_nn: + arch_allow: + - arm filter: CONFIG_CPU_CORTEX_M and CONFIG_FULL_LIBC_SUPPORTED integration_platforms: - frdm_k64f